摘要: 模板: #include <bits/stdc++.h> using namespace std; const int MAXN = 1e5 + 10; int n, m, heap[MAXN]; int fa[MAXN], ls[MAXN], rs[MAXN], dis[MAXN]; bool d 阅读全文
posted @ 2023-07-05 22:51 zipzipzipper 阅读(37) 评论(0) 推荐(0)