Problem kangaroohunt
User bribritt
Submission Time 2025-12-29 03:22:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:7:17: error: ‘confuse’ was not declared in this scope
7 | if (confuse(i-1, i)==2) l=0;
| ^~~~~~~
kangaroohunt.cpp:9:19: error: ‘confuse’ was not declared in this scope
9 | else if (!confuse(i, i)) l=1;
| ^~~~~~~
kangaroohunt.cpp:11:12: error: ‘confuse’ was not declared in this scope
11 | if (l) confuse(N, N);
| ^~~~~~~