Problem pythonlist
User god
Submission Time 2025-06-18 09:29:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:16:18: error: expected unqualified-id before ‘.’ token
16 | deque.push_back(x[2]);
| ^
pythonlist.cpp:17:24: error: expected unqualified-id before ‘.’ token
17 | } else if(deque.size() == 0) {
| ^
pythonlist.cpp:20:25: error: missing template arguments before ‘.’ token
20 | item = deque.pop_back()
| ^