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

Compile Error

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