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

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:13:8: error: expected primary-expression before ‘<’ token
13 | if (<int>deque.size() == 0) {
| ^
pythonlist.cpp:13:9: error: expected primary-expression before ‘int’
13 | if (<int>deque.size() == 0) {
| ^~~
pythonlist.cpp:13:9: error: expected ‘)’ before ‘int’
13 | if (<int>deque.size() == 0) {
| ~ ^~~
| )