摘要: #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 500; int n, m, g[N][N], d[N]; bool st[N]; int dijkstra( 阅读全文
posted @ 2020-04-14 21:59 龙雪可可 阅读(231) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <algorithm> #include <cstring> using namespace std; const int N = 100010, M = 2 * N; int n, ans = N; int h[N], e[M], ne[M 阅读全文
posted @ 2020-04-14 14:28 龙雪可可 阅读(183) 评论(0) 推荐(0) 编辑
****************************************** 页脚Html代码 ******************************************