Problem | pythonlist |
---|---|
User | aiden |
Submission Time | 2025-07-23 18:19:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:17:36: error: expected ‘;’ before ‘a’
17 | cout << a.back() << " "
| ^
| ;
18 | a.pop_back();
| ~