Problem queuecutting
User Minxiang
Submission Time 2024-10-04 20:33:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:34:13: error: expected ‘}’ at end of input
34 | return 0;
| ^
queuecutting.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^