| Problem | pythonlist |
|---|---|
| User | Roucy |
| Submission Time | 2025-06-18 10:04:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:9:15: error: expected ‘;’ before ‘if’
9 | string:"Empty"
| ^
| ;
10 | if dq=0
| ~~
pythonlist.cpp:12:14: error: ‘Empty’ was not declared in this scope
12 | dq.pop_back(Empty);
| ^~~~~
pythonlist.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else
| ^~~~