long long data; int w,l,r;
这样写全A
t[p].data+=(1ll)*w*(t[p].r-t[p].l+1);
这样写全WA
t[p].data+=w*(t[p].r-t[p].l+1);
WTF??全WA为什么??!