摘要: #include <iostream> #include <queue> using namespace std; const int inf = 2147483647; const int MAXX = 2e5 + 11; int n,m,s,cnt; int dis[MAXX]; int to[ 阅读全文
posted @ 2024-06-08 18:20 Xssion37_XY 阅读(29) 评论(0) 推荐(0)