Problem kangaroohunt
User RAyhahh
Submission Time 2025-12-29 14:29:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:4:12: error: ‘ARR’ was not declared in this scope
4 | if(ARR[i] == 1){
| ^~~
kangaroohunt.cpp:9:25: error: ‘ARR’ was not declared in this scope
9 | while(i <= N && ARR[i] == 0) i++;
| ^~~
kangaroohunt.cpp:11:9: error: ‘confuse’ was not declared in this scope
11 | confuse(l, r);
| ^~~~~~~