摘要: 1 #include<stdio.h> 2 #include<math.h> 3 #include<string.h> 4 const int qq=100+10,MAX=1e7; 5 int vis[qq]; 6 int lowcost[qq][qq]; 7 int minimum[qq]; 8 阅读全文
posted @ 2016-02-27 20:01 我不萌、我要高冷 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<cstdio> 3 #include<algorithm> 4 #include<cmath> 5 #include<cstring> 6 #define MAX 0xffffffff //定义一个最小生成树中不可能达到的值 7 con 阅读全文
posted @ 2016-02-27 10:52 我不萌、我要高冷 阅读(323) 评论(0) 推荐(0) 编辑