Problem | queuecutting |
---|---|
User | Khai |
Submission Time | 2024-06-27 17:06:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:27:5: error: expected ‘}’ at end of input
27 | }
| ^
queuecutting.cpp:11:29: note: to match this ‘{’
11 | for(int i = 0; i < q; i++){
| ^
queuecutting.cpp:27:5: error: expected ‘}’ at end of input
27 | }
| ^
queuecutting.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^