摘要:
#include<bits/stdc++.h> using namespace std; const int maxn = 500005; struct edge{ int next, to; }e[maxn << 1]; int head[maxn], cnt; int n, m, s, a, b, xx, yy; int depth[maxn], fa[maxn][22]; void add( 阅读全文
posted @ 2019-10-31 20:03
ATKevin
阅读(116)
评论(0)
推荐(0)