摘要:
#include #include #include using namespace std; const int N = 250; int head[N], low[N], dfn[N], fa[N]; int n, m, now = 1, Tarjan_clock; bool is_cut[N]; struct Node{ int u, v, nxt; }E[N]; inlin... 阅读全文
posted @ 2017-08-13 10:43
ioioioioioio
阅读(182)
评论(0)
推荐(1)

浙公网安备 33010602011771号