Kruskal
摘要:
#include<cstdio>#include<ctime>#include<iostream>#include<algorithm> using namespace std; struct road{ int from; int to; int weath;};road a[105]; int 阅读全文
posted @ 2016-03-21 19:18 Fredrick.G.W 阅读(116) 评论(0) 推荐(0)
posted @ 2016-03-21 19:18 Fredrick.G.W 阅读(116) 评论(0) 推荐(0)
posted @ 2016-03-21 19:17 Fredrick.G.W 阅读(201) 评论(0) 推荐(0)