摘要: 可持久化线段树模板 #include<cstdio> #include<vector> #include<algorithm> #define N 100007 using namespace std; struct arr{ int ls,rs,cnt; }tr[N*20]; vector<int 阅读全文
posted @ 2021-07-13 17:03 kasiruto 阅读(55) 评论(0) 推荐(0) 编辑