Problem pythonlist
User Hijackedsoul
Submission Time 2025-07-22 08:32:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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