| Problem | card |
|---|---|
| User | sharelletqx |
| Submission Time | 2026-04-25 10:26:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:19:7: error: ‘class std::deque<int>’ has no member named ‘push_bacn’; did you mean ‘push_back’?
19 | dq.push_bacn(dq.front());
| ^~~~~~~~~
| push_back
card.cpp:21:7: error: ‘push_front’ was not declared in this scope
21 | dq,push_front(temp);
| ^~~~~~~~~~