Problem queuecutting
User skibidininja98
Submission Time 2024-06-21 14:46:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:25:3: error: expected ‘}’ at end of input
25 | }
| ^
queuecutting.cpp:18:17: note: to match this ‘{’
18 | while (q--) {
| ^
queuecutting.cpp:25:3: error: expected ‘}’ at end of input
25 | }
| ^
queuecutting.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^