摘要: 最小生成树,主要是题目比较难懂。#include #include #include #include using namespace std;const int Maxn=2000+10;const int maxn=2000*2000+10;int Father[Maxn];struct Edg... 阅读全文
posted @ 2015-08-13 10:04 Fighting_Heart 阅读(141) 评论(0) 推荐(0)