摘要:
View Code 1 #include<stdio.h> 2 #include<math.h> 3 #include<string.h> 4 #define M 999999999 5 #define N 2000000 6 int a[610],map[610][610]; 7 int b[610],c[610],g[N]; 8 int Min(int x,int y) 9 { 10 if(x>y) 11 return y; 12 else 13 return x; 14 } 15 void prim() 16 { 17 ... 阅读全文
posted @ 2013-05-03 17:59
zlyblog
阅读(174)
评论(0)
推荐(0)

浙公网安备 33010602011771号