Problem pythonlist
User Syw
Submission Time 2025-11-14 23:24:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int32_t main()’:
pythonlist.cpp:12:12: error: expected ‘;’ before ‘if’
12 | cin >> qn
| ^
| ;
13 | if (qn == 1){ //push
| ~~