摘要: #include<bits/stdc++.h> #define ll long long #define lowbit(x) x&-x using namespace std; const int N=1e5+10; int f[N][40],a[N],n,m; void ST_prework() { for(int i=1;i<=n;i++) { f[i][0]=a[i]; } int t=lo 阅读全文
posted @ 2019-08-21 11:15 hh13579 阅读(210) 评论(0) 推荐(0)
摘要: 单点修改 区间修改 阅读全文
posted @ 2019-08-21 10:49 hh13579 阅读(201) 评论(0) 推荐(0)