POJ1161(并查集)
摘要:
1、题目链接地址 http://poj.org/problem?id=11612、源代码#include using namespace std;int parent[30001];int suspect[30001]; int find(int x){ if(parent[x] == x) ... 阅读全文
posted @ 2014-08-16 22:27 BestNow 阅读(140) 评论(0) 推荐(0)
浙公网安备 33010602011771号