Problem kangaroohunt
User CKCodeBreaker55
Submission Time 2026-03-12 11:56:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kangaroohunt.cpp: In function ‘void kangaroo(int, int)’:
kangaroohunt.cpp:9:22: error: expected ‘)’ before ‘right’
9 | if (confuse(right right) != 1)
| ~ ^~~~~~
| )
kangaroohunt.cpp:9:28: error: too few arguments to function ‘int confuse(int, int)’
9 | if (confuse(right right) != 1)
| ^
kangaroohunt.cpp:3:5: note: declared here
3 | int confuse(int l, int r);
| ^~~~~~~