Problem pythonlist
User YSH2020
Submission Time 2025-06-22 16:44:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp:5:2: error: expected primary-expression before ‘int’
5 | int q; cin >> q;
| ^~~
pythonlist.cpp:4:13: error: expected ‘]’ before ‘int’
4 | int main() [
| ^
| ]
5 | int q; cin >> q;
| ~~~
pythonlist.cpp:5:9: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | int q; cin >> q;
| ^~~
| sin
pythonlist.cpp:7:2: error: expected unqualified-id before ‘while’
7 | while (q--) {
| ^~~~~
pythonlist.cpp:13:2: error: expected declaration before ‘}’ token
13 | }
| ^