Problem queuecutting
User KL
Submission Time 2024-06-21 15:59:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:17:36: error: expected ‘;’ before ‘queue’
17 | yum.push_back(queue[0])
| ^
| ;
18 | queue.erase(queue[0])
| ~~~~~