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

Compile Error

kangaroohunt.cpp:7:6: error: ambiguating new declaration of ‘void kangaroo(int, int)’
7 | void kangaroo(int N,int Q) {
| ^~~~~~~~
In file included from kangaroohunt.cpp:2:
grader.cpp:3:5: note: old declaration ‘int kangaroo(int, int)’
3 | int kangaroo(int N, int Q);
| ^~~~~~~~