Problem kangaroohunt
User chickengoat
Submission Time 2025-12-29 15:50:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:8:14: error: expected ‘;’ before ‘int’
8 | confuse(1,N)
| ^
| ;
9 | int tally=1;
| ~~~
kangaroohunt.cpp:11:9: error: ‘tally’ was not declared in this scope
11 | while (tally*2<=N) {
| ^~~~~