Problem | queuecutting |
---|---|
User | skibidininja98 |
Submission Time | 2024-06-21 14:55:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:24:31: error: expected ‘}’ at end of input
24 | queue.push_back(x);
| ^
queuecutting.cpp:21:21: note: to match this ‘{’
21 | if (t == 1) {
| ^
queuecutting.cpp:24:31: error: expected ‘}’ at end of input
24 | queue.push_back(x);
| ^
queuecutting.cpp:18:17: note: to match this ‘{’
18 | while (q--) {
| ^
queuecutting.cpp:24:31: error: expected ‘}’ at end of input
24 | queue.push_back(x);
| ^
queuecutting.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^