Problem potatoqueue
User PrunJuice
Submission Time 2025-06-06 21:47:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatoqueue.cpp:16:6: error: ambiguating new declaration of ‘void query(int)’
16 | void query(int x) {
| ^~~~~
In file included from potatoqueue.cpp:1:
potatoqueue.h:4:5: note: old declaration ‘int query(int)’
4 | int query(int N);
| ^~~~~