Problem pythonlist
User aiden
Submission Time 2025-07-23 18:19:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:17:36: error: expected ‘;’ before ‘a’
17 | cout << a.back() << " "
| ^
| ;
18 | a.pop_back();
| ~