Problem | queuecutting |
---|---|
User | ilikeeggs |
Submission Time | 2024-08-23 18:46:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int32_t main()’:
queuecutting.cpp:22:28: error: ‘insert’ was not declared in this scope; did you mean ‘assert’?
22 | int y, z; cin >> y >> z;insert(deq.begin() + (ids[z]+1), y);
| ^~~~~~
| assert