摘要: 线段树合并裸题 ~~~cpp include const int N=2e5+5; int tot,rt[101],ans[N]; struct Node {int ls,rs;} t[N 200]; void insert(int&x,int l,int r,int p) { if(!x) x=+ 阅读全文
posted @ 2019-06-18 09:35 nosta 阅读(258) 评论(0) 推荐(0) 编辑