Problem pythonlist
User SideQuesting
Submission Time 2025-06-18 09:29:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:12:3: error: expected initializer before ‘int’
12 | int X
| ^~~
pythonlist.cpp:16:6: error: ‘else’ without a previous ‘if’
16 | else if (qns==2 && Q>0) {
| ^~~~
pythonlist.cpp:16:15: error: ‘qns’ was not declared in this scope
16 | else if (qns==2 && Q>0) {
| ^~~