威武小丸子

文章
4
资源
0
加入时间
2年10月24天

POJ 1611---The Suspects(并查集)

题意:0疑似有传染病,和0在一起的都疑似被传染(这些人也会传染别人),求有多少个人可能有传染病;直接代码+注释(16ms)方法1: 1 #include<stdio.h> 2 #include<algorithm> 3 #include<string.h> 4 using namespace std; 5 6 c...