Problem kangaroohunt
User JhoCyber
Submission Time 2025-12-29 13:14:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:6:16: error: ‘n’ was not declared in this scope
6 | for(int i=0;i<n;i++){
| ^
kangaroohunt.cpp:7:23: error: ‘confused’ was not declared in this scope; did you mean ‘confuse’?
7 | if(confuse(i,i)==0) confused(i,i);
| ^~~~~~~~
| confuse