Problem lppfnlcst
User Sans12345
Submission Time 2024-11-30 12:04:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lppfnlcst.cpp: In function ‘bool can(ll)’:
lppfnlcst.cpp:110:30: error: ‘split’ was not declared in this scope
110 | if(qarry[i].l <= split) root->update(qarry[i].l,min(split,qarry[i].r),0);
| ^~~~~
lppfnlcst.cpp:111:16: error: ‘split’ was not declared in this scope
111 | if(split+1 <= qarry[i].r) root->update(split+1,qarry[i].r,1);
| ^~~~~