Problem ccs
User PlayVoltz
Submission Time 2023-08-22 18:09:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘void update(int, int, int, int, bool)’:
ccs.cpp:24:3: error: ‘ll’ was not declared in this scope
24 | ll mid = (low+high)/2;
| ^~
ccs.cpp:25:34: error: ‘mid’ was not declared in this scope
25 | if (low<=indexinp && indexinp<=mid){
| ^~~