| Problem | pythonlist |
|---|---|
| User | XY3491 |
| Submission Time | 2026-03-05 17:31:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:40:66: error: expected ‘}’ at end of input
40 | cout << python_list[current_size - 1] << "\n";
| ^
pythonlist.cpp:38:24: note: to match this ‘{’
38 | } else {
| ^
pythonlist.cpp:40:66: error: expected ‘}’ at end of input
40 | cout << python_list[current_size - 1] << "\n";
| ^
pythonlist.cpp:34:35: note: to match this ‘{’
34 | } else if (type == 2) {
| ^
pythonlist.cpp:40:66: error: expected ‘}’ at end of input
40 | cout << python_list[current_size - 1] << "\n";
| ^
pyth