摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #define INF 99999999 5 int map[1000][1000],dis[1000],visited[10000]; 6 int sum; 7 v 阅读全文
posted @ 2019-11-10 19:05 念文丶 阅读(182) 评论(0) 推荐(0) 编辑