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

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:14:22: error: expected ‘;’ before ‘a’
14 | cout << a[a.size()]
| ^
| ;
15 | a.pop_back();
| ~