返回顶部
摘要: splay #include <bits/stdc++.h> using namespace std; const int N = 5e6 + 10; int val[N], cnt[N], fa[N], ch[N][2], siz[N]; int tot, root; void maintain( 阅读全文
posted @ 2023-05-06 17:26 Rayotaku 阅读(15) 评论(0) 推荐(0) 编辑