| Problem | pythonlist |
|---|---|
| User | Syw |
| Submission Time | 2025-11-14 23:23:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int32_t main()’:
pythonlist.cpp:11:7: error: ‘i’ was not declared in this scope
11 | for (i=0;i<x;i++){
| ^
pythonlist.cpp:12:12: error: expected ‘;’ before ‘if’
12 | cin >> qn
| ^
| ;
13 | if (qn == 1){ //push
| ~~