摘要: //本模板是离散后对权值建树 #include<bits/stdc++.h> #define mid (l+r>>1) using namespace std; const int N=2e5+10; struct TR { int sum,lo,ro; }tr[N<<5]; int tr_cnt; 阅读全文
posted @ 2021-04-14 20:40 _LH2000 阅读(34) 评论(0) 推荐(0) 编辑