摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 6 int n, m; 7 const int maxn = 200005; 8 int fa[maxn]; 9 int sum[maxn]; 10 11 int Find(int x){ 12 if (x == fa[x]) 13 ... 阅读全文
posted @ 2017-09-01 20:29
ouyang_wsgwz
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号