随笔分类 -  图--并查集

摘要:1 #include "stdio.h" //二分+并查集,,想想道理何在! 2 #include "stdlib.h" 3 #include "algorithm" 4 using namespace std; 5 #define INF 0x3fffffff 6 struct node{ 7... 阅读全文
posted @ 2013-11-18 17:43 ruo_yu 阅读(188) 评论(0) 推荐(0)