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

Compile Error

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