2015年9月25日
摘要: 题目:http://poj.org/problem?id=1287题目不多说, 最小生成树模版题。#include #include #include #include using namespace std;struct NoThing{ int from, to, val;} edge[1... 阅读全文
posted @ 2015-09-25 12:03 cleverbiger 阅读(203) 评论(0) 推荐(0)