摘要:
不知道区间更改怎么搞... 1 #include <cstdio> 2 #include <iostream> 3 using namespace std; 4 typedef long long ll; 5 const int MAXN=1e5+10; 6 struct node{ll sum,a 阅读全文
posted @ 2020-09-27 17:45
墨鳌
阅读(399)
评论(0)
推荐(0)
摘要:
1 #include <cstdio> 2 #include <iostream> 3 using namespace std; 4 typedef long long ll; 5 const int MAXN=1e5+10; 6 struct node{ll sum,add;}t[MAXN<<2] 阅读全文
posted @ 2020-09-27 17:12
墨鳌
阅读(171)
评论(0)
推荐(0)