Problem queuecutting
User Pandin
Submission Time 2024-06-21 15:48:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:19:14: error: missing template arguments before ‘.’ token
19 | if (!queue.empty()) {
| ^
queuecutting.cpp:25:5: error: expected ‘}’ at end of input
25 | }
| ^
queuecutting.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^