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

Compile Error

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