Problem pythonlist
User Roucy
Submission Time 2025-06-18 10:08:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:9:6: error: expected ‘(’ before ‘dq’
9 | if dq=0
| ^~
| (
pythonlist.cpp:12:14: error: ‘Empty’ was not declared in this scope
12 | dq.pop_back(Empty);
| ^~~~~
pythonlist.cpp:14:5: error: expected ‘(’ before ‘else’
14 | if else
| ^~~~
| (
pythonlist.cpp:16:16: error: ‘x’ was not declared in this scope
16 | dq.push_back(x);
| ^