void update(int id,int l,int r,int x){// increase all members in this interval by x lazy[id] += x; s[id] += (r - l) * x; }