摘要: 1. #define int long long const int maxn = 4e4+10; int n, ml, mr, inf = 1e10, tol, dis[1010]; struct Edge{ int u, v, w; }; Edge edge[maxn]; void solve( 阅读全文
posted @ 2025-03-14 15:17 Devpp 阅读(15) 评论(0) 推荐(0)