Problem potatoqueue
User yc
Submission Time 2025-05-29 17:59:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatoqueue.cpp: In function ‘void join(int)’:
potatoqueue.cpp:20:13: error: a function-definition is not allowed here before ‘{’ token
20 | void serve(){
| ^
potatoqueue.cpp:22:17: error: a function-definition is not allowed here before ‘{’ token
22 | int query(int N){
| ^
potatoqueue.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
potatoqueue.cpp:8:17: note: to match this ‘{’
8 | void join(int H){
| ^