HDU-1213 并查集裸题 2021-12-22 并查集 #include #include #include #include #include #include #include #include #include #include using namespace std; typedef long long ll; #define DEBUG const int maxn=110000+5,maxv=26,INF=0x3f3f3f3f,mod=100000000; int n,m,p[maxn]; int find(int a){ return p[a]==a?a:find(p[a]); } int main(){ #ifdef DEBUG freopen("in.txt", "r", stdin); freopen("out.txt", "w", stdout); #endif int t; cin>>t; while(t--){ memset(p,0,sizeof(p)); cin>>n>>m; int a,b; for(int i=1; i<=n; i++) p[i]=i; while(m--){ cin>>a>>b; int pb=find(b),pa=find(a); if(pa!=pb) p[pa]=pb; } int ans=0; for(int i=1; i<=n; i++){ if(p[i]==i)ans++; } printf("%d\n",ans); } #ifdef DEBUG fclose(stdin); fclose(stdout); #endif return 0; } 推荐阅读 满山红 心率|全球首款能保护颈椎的耳机!Amazfit PowerBuds Pro发布:首发899元 bios设置硬盘打开,教您bios设置硬盘打开设置步骤 微信可不可以重新改微信号和密码 微信可不可以重新改微信号 即食海参怎么吃 安道尔是哪个国家 安道尔到底是什么地方 iphone 12|iPhone 13 不用抢了,货管够 鳗鱼死了能不能吃 烤吐司水果布丁怎么做 水果吐司布丁的做法 word怎么做单个柱形图 柱状图怎么做 韩国的国立大学有哪些排名 java|为什么使用开源软件_为什么要使用开源软件() 如何使用键盘关机戴尔服务器? 戴尔服务器怎么用键盘关机 产品研发需求分析,普通研发人员培训需求分析 染发剂会不会致癌?染发剂应该怎么使用? 对比与国外的服务器来说 服务器国外 android 输入法源码分析,Android系统源码情景分析 松下空调自动重启是什么问题,对比下不就知道了 武汉生育津贴审核通过后多久到账 武汉生育津贴审核通过后多久到账户 如何评价CSGO名将pasha,他来中国开直播会火吗? 九度|最小生成树 并查集|[CF938G] Shortest Path Queries hdu|【hdu 5354】Bipartite Graph【分治 并查集】 数据结构|[codeforces 938G]Shortest Path Queries 团伙