Problem | pythonlist |
---|---|
User | yuvathi12 |
Submission Time | 2025-06-18 09:59:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:16:28: error: expected ‘;’ before ‘dq’
16 | cout<<dq.back()
| ^
| ;
17 | dq.pop_back()
| ~~
pythonlist.cpp:19:28: error: expected ‘;’ before ‘}’ token
19 | cout << "empty"
| ^
| ;
20 | }
| ~