| Problem | potatoqueue |
|---|---|
| User | PrunJuice |
| Submission Time | 2025-06-06 21:47:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatoqueue.cpp: In function ‘int query(int)’:
potatoqueue.cpp:18:9: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
18 | return;
| ^~~~~~
potatoqueue.cpp:28:9: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
28 | return;
| ^~~~~~
potatoqueue.cpp:35:9: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
35 | return;
| ^~~~~~
potatoqueue.cpp:43:9: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
43 | return;
| ^~~~~~