Problem pythonlist
User evan
Submission Time 2025-06-18 09:19:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:11:9: error: expected unqualified-id before ‘.’ token
11 | deque.push_back(num);
| ^
pythonlist.cpp:15:12: error: ‘dq’ was not declared in this scope; did you mean ‘q’?
15 | cout << dq.back();
| ^~
| q