0_0_39149315_30191.cpp: In member function 'void Segment_Tree::update(long long int, long long int, long long int)':
0_0_39149315_30191.cpp:51:20: error: 'l' was not declared in this scope
51 | if(l<=tr[p].l&&tr[p].r<=r)return ,void();
| ^
0_0_39149315_30191.cpp:51:41: error: 'r' was not declared in this scope
51 | if(l<=tr[p].l&&tr[p].r<=r)return ,void();
| ^
0_0_39149315_30191.cpp:51:50: error: expected primary-expression before ',' token
51 | if(l<=tr[p].l&&tr[p].r<=r)return ,void();
| ^
0_0_39149315_30191.cpp:53:25: error: 'l' was not declared in this scope
53 | if(mid>=l)update(ls,l,r,d);
| ^
0_0_39149315_30191.cpp:53:39: error: 'r' was not declared in this scope
53 | if(mid>=l)update(ls,l,r,d);
| ^
0_0_39149315_30191.cpp:54:24: error: 'r' was not declared in this scope
54 | if(mid<r)update(rs,l,r,d);
| ^
0_0_39149315_30191.cpp:54:36: error: 'l' was not declared in this scope
54 | if(mid<r)update(rs,l,r,d);
| ^
|