摘要: 线段树 区间修改(加,乘),区间查询(求和) 点击查看代码 #include<bits/stdc++.h> using namespace std; typedef long long LL; const int N = 5e5 + 10; int n, m, p; LL w[N]; struct 阅读全文
posted @ 2022-07-30 10:46 wKingYu 阅读(16) 评论(0) 推荐(0) 编辑