| Problem | kangaroohunt |
|---|---|
| User | Dolphy |
| Submission Time | 2025-12-29 10:40:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:30:22: error: expected ‘;’ before ‘confuse’
30 | if (!confuse (N, N) confuse(N, N);
| ^~~~~~~~
| ;
kangaroohunt.cpp:31:3: error: expected primary-expression before ‘return’
31 | return 0;
| ^~~~~~
kangaroohunt.cpp:30:37: error: expected ‘)’ before ‘return’
30 | if (!confuse (N, N) confuse(N, N);
| ~ ^
| )
31 | return 0;
| ~~~~~~
kangaroohunt.cpp:33:7: error: expected ‘)’ before ‘}’ token
33 | if (x
| ~ ^
| )
34 | }
| ~
kangaroohunt.cpp:34:1: error: expected primary-expression before ‘}’ token
34 | }
| ^