摘要: 题目链接在实训的间隙刷个题。。。裸地杰斯特拉。 1 #include <stdio.h> 2 #include <string.h> 3 #define N 10000000 4 int p[1001][1001]; 5 int main() 6 { 7 int i,j,k,t,s,d,sv,ev,w,min,num,min2,max; 8 int a[1001],o[1001],key[1001]; 9 int low[1001];10 while(scanf("%d%d%d",&t,&s,&d)!=EOF)11 {12 m 阅读全文
posted @ 2012-07-02 19:05 Naix_x 阅读(177) 评论(0) 推荐(0)