摘要: #include #include #include using namespace std; typedef long long LL; const int maxn=1e5+7; int a[maxn],tree[maxn*4]; int lz[maxn*4]; void build(int node ,int start, int endd) { if(start =... 阅读全文
posted @ 2019-08-17 10:53 Orangeko 阅读(161) 评论(0) 推荐(0)