摘要: 题目链接http://poj.org/problem?id=3522kruskal+并查集,注意特殊情况比如1,0 、0,1、1,1 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 #define MAXN ... 阅读全文
posted @ 2015-04-02 16:26 walkthehorizon 阅读(215) 评论(0) 推荐(0) 编辑