Problem | pythonlist |
---|---|
User | Roucy |
Submission Time | 2025-06-18 10:16:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp:9:28: error: stray ‘\342’ in program
9 | std::deque<int>::size(int)’
| ^
pythonlist.cpp:9:29: error: stray ‘\200’ in program
9 | std::deque<int>::size(int)’
| ^
pythonlist.cpp:9:30: error: stray ‘\231’ in program
9 | std::deque<int>::size(int)’
| ^
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:9:24: error: expected primary-expression before ‘int’
9 | std::deque<int>::size(int)’
| ^~~
pythonlist.cpp:13:14: error: ‘Empty’ was not declared in this scope
13 | dq.pop_back(Empty);
| ^~~~~
pythonlist.cpp:15:3: error: expected primary-expression before ‘if’
15 | (if else
| ^~
pythonlist.cpp:15:3: error: expected ‘)’ before ‘if’
15 | (if else
| ~^~
| )
pythonlist.cpp:17:16: er