分层图+Dijkstra

1 #include <iostream> 2 #include <queue> 3 using namespace std; 4 typedef long long ll; 5 6 const int MAXN=100100; 7 const int MAXM=500100; 8 const in
posted @ 2021-12-04 21:27  Hell0er  阅读(56)  评论(0编辑  收藏  举报