Problem kangaroohunt
User maximushartanto
Submission Time 2025-12-29 12:23:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kangaroohunt.cpp: In function ‘int confuse(int, int)’:
kangaroohunt.cpp:16:29: error: a function-definition is not allowed here before ‘{’ token
16 | void kangaroo(int n, int q) {
| ^
kangaroohunt.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
kangaroohunt.cpp:7:26: note: to match this ‘{’
7 | int confuse(int l, int r){
| ^