Problem | pythonlist |
---|---|
User | Rayblazer29 |
Submission Time | 2025-06-18 09:23:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:15:16: error: expected ‘;’ before ‘dq’
15 | cout << "\n"
| ^
| ;
16 | dq.pop_back();
| ~~