摘要:
#include<bits/stdc++.h>using namespace std;int n,m,now;int fa[1000000];int get(int x){ if(fa[x]!=x)fa[x]=get(fa[x]); return fa[x];}struct node{ int x, 阅读全文
posted @ 2017-08-14 20:44
647丶Z
阅读(1105)
评论(0)
推荐(0)
浙公网安备 33010602011771号