Problem pythonlist
User RaphaelTanKaiJie1000
Submission Time 2025-06-18 09:31:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int32_t main()’:
pythonlist.cpp:5:31: error: expected ‘;’ before ‘cin’
5 | ios_base:: sync_with_stdio(0)
| ^
| ;
6 | cin.tie(0);
| ~~~
pythonlist.cpp:11:15: error: expected ‘}’ at end of input
11 | int LastIndex;
| ^
pythonlist.cpp:4:16: note: to match this ‘{’
4 | int32_t main() {
| ^