摘要: 朴素Dijkstra include using namespace std; const int inf=9999999; bool book[105]; int mp[105][105]; int dis[105]; int n,m; void Dijkstra(int s){ int star 阅读全文
posted @ 2018-11-18 19:03 ChunhaoMo 阅读(484) 评论(0) 推荐(0)
摘要: 直接看别人的链接 [http://www.cnblogs.com/ZERO /p/9347296.html] 阅读全文
posted @ 2018-11-18 16:38 ChunhaoMo 阅读(1363) 评论(0) 推荐(0)