Problem | pythonlist |
---|---|
User | niicoletong |
Submission Time | 2025-06-19 18:21:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int mai()’:
pythonlist.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
pythonlist.cpp:9:30: note: to match this ‘{’
9 | for (int i = 0; i < q; i++) {
| ^
pythonlist.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
pythonlist.cpp:4:11: note: to match this ‘{’
4 | int mai() {
| ^