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

Compile Error

potatoqueue.cpp: In function ‘void serve()’:
potatoqueue.cpp:28:30: error: expected ‘;’ before ‘}’ token
28 | else (*it)[2] = (*it)[2]-1
| ^
| ;
29 | }
| ~