| Problem | pythonlist |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2026-08-03 17:23:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:25:21: error: expected primary-expression before ‘:’ token
25 | cout<<a[:-1];
| ^
pythonlist.cpp:25:21: error: expected ‘]’ before ‘:’ token
25 | cout<<a[:-1];
| ^
| ]
pythonlist.cpp:29:3: error: expected ‘}’ at end of input
29 | }
| ^
pythonlist.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^