摘要: 对应模板:P3369 【模板】普通平衡树 点击查看代码 #include<bits/stdc++.h> using namespace std; inline int rd(){ int f=1,j=0; char w=getchar(); while(w>'9'||w<'0'){ if(w=='- 阅读全文
posted @ 2022-11-18 21:24 flywatre 阅读(46) 评论(0) 推荐(0)