Problem queuecutting
User Minxiang
Submission Time 2024-10-04 21:07:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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