摘要: #include<iostream> #include<cstdio> #include<algorithm> #include<string> #include<cmath> #include<vector> #include<map> #include<queue> #include<deque 阅读全文
posted @ 2021-04-10 22:03 wsy_jim 阅读(38) 评论(0) 推荐(0) 编辑
摘要: struct seg_T{ int t[N],sz; inline void pushup(int x){ t[x]=t[x<<1]+t[x<<1|1]; } void change(int x,int l,int r,int val,int s){//加数修改都用ta int mid=(l+r)> 阅读全文
posted @ 2021-04-10 20:55 wsy_jim 阅读(54) 评论(0) 推荐(0) 编辑