摘要: 1 #include<stdio.h> 2 #include <string.h> 3 4 int main() 5 { 6 int t=0, a, b, l, n, m, i, j, k, now, maxs, x, y; 7 int cost[501][501], dist[501], s[501]; 8 float time, temp; 9 10 while(scanf("%d%d", &n, &m), n) 11 { 12 for(a=1; a<=n; a++)... 阅读全文
posted @ 2011-10-16 18:12 zhongya 阅读(259) 评论(0) 推荐(0) 编辑