Problem chimera
User PlayVoltz
Submission Time 2024-08-05 13:05:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chimera.cpp: In function ‘int query(int, int)’:
chimera.cpp:18:10: error: ‘n’ was not declared in this scope
18 | for (l+=n, r+=n, l<r; l>>=1, r>>=1){
| ^
chimera.cpp:18:36: error: expected ‘;’ before ‘)’ token
18 | for (l+=n, r+=n, l<r; l>>=1, r>>=1){
| ^
| ;