Problem pythonlist
User lxmine
Submission Time 2026-04-25 09:12:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:16:19: error: expected ‘;’ before ‘}’ token
16 | v.push_back(x)
| ^
| ;
17 | }
| ~