摘要: #include<bits/stdc++.h> using namespace std; const int maxn=1e6; int n,m; int to[maxn<<1],nxt[maxn<<1],h[maxn],tot;//建原图 inline void adde(int x,int y) 阅读全文
posted @ 2025-08-15 14:57 _dlwlrma 阅读(5) 评论(0) 推荐(0)