摘要: 学习笔记-平衡树 treap #include<bits/stdc++.h> #define int long long using namespace std; #define ls t[x].ch[0] #define rs t[x].ch[1] const int N=114514; cons 阅读全文
posted @ 2024-04-28 15:38 wang54321 阅读(43) 评论(2) 推荐(4) 编辑