| Problem | pythonlist |
|---|---|
| User | CJZ |
| Submission Time | 2026-04-18 09:46:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int32_t main()’:
pythonlist.cpp:18:29: error: expected primary-expression before ‘]’ token
18 | cout << lst[];
| ^
pythonlist.cpp:19:31: error: expected ‘;’ before ‘}’ token
19 | lst.pop_back()
| ^
| ;
20 | } else {
| ~