摘要: 原理请看 https://www.cnblogs.com/biyeymyhjob/archive/2012/07/31/2615833.html C代码: #define MAXSIZE 1001 #define MAXNUM 10 int dist[MAXNUM] = {0};//到达该点的最短路 阅读全文
posted @ 2020-12-19 19:13 An2i 阅读(101) 评论(0) 推荐(0) 编辑