Problem | pythonlist |
---|---|
User | Ndys123 |
Submission Time | 2025-06-18 10:19:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:37:9: error: expected ‘}’ at end of input
37 | }
| ^
pythonlist.cpp:12:31: note: to match this ‘{’
12 | for(int i = 0; i < Q ; i++){
| ^
pythonlist.cpp:37:9: error: expected ‘}’ at end of input
37 | }
| ^
pythonlist.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^