摘要:
#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 阅读全文
posted @ 2017-08-13 20:51
647丶Z
阅读(2373)
评论(2)
推荐(1)
浙公网安备 33010602011771号