| Problem | queuecutting |
|---|---|
| User | penguin1234 |
| Submission Time | 2024-07-05 13:51:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:24:27: error: ‘class std::queue<long long int>’ has no member named ‘begin’
24 | auto it = find(q1.begin(), q1.end(), z);
| ^~~~~
queuecutting.cpp:24:39: error: ‘class std::queue<long long int>’ has no member named ‘end’
24 | auto it = find(q1.begin(), q1.end(), z);
| ^~~
queuecutting.cpp:25:12: error: ‘class std::queue<long long int>’ has no member named ‘insert’
25 | q1.insert(it + 1, y);
| ^~~~~~