Problem pythonlist
User spyrath
Submission Time 2025-06-18 09:35:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:29:13: error: expected ‘}’ at end of input
29 | return 0;
| ^
pythonlist.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^