摘要: #include<bits/stdc++.h>//一般的线段树模板,但是非常简单,using namespace std;struct node{ long long l,r,sum;}t[300001];long long a[100001],lazy[300001];void bt(long l 阅读全文