摘要: 区间修改: #include<bits/stdc++.h> using namespace std; const int N=1e5+5; int sum[N<<2],lazy[N<<2],a[N]; void pushup(int rt) { sum[rt]=sum[rt<<1]+sum[rt<< 阅读全文
posted @ 2019-10-26 19:46 麦客_zeng 阅读(87) 评论(0) 推荐(0)