牛客小白月赛20-E(线段树)

E-区区区间 #include<stdio.h> #include<algorithm> using namespace std; typedef long long ll; const int N=2e5+5; ll a[N]; struct Tree { int l,r; ll dat,lazy; } t[N*4]; void build(int p,int l,int r) { t[p
相关文章
相关标签/搜索