摘要: #include<bits/stdc++.h>using namespace std;const int maxn = 10005;int s[maxn];void init(){ // 初始化使初始的每个结点都是自己的根结点 for(int i = 1 ; i <= maxn ; i++){ s[ 阅读全文
posted @ 2022-04-17 10:53 ganl啦 阅读(42) 评论(0) 推荐(0)