| Problem | pythonlist |
|---|---|
| User | weiheng |
| Submission Time | 2026-04-14 13:48:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:10:10: error: expected ‘;’ before ‘:’ token
10 | cin >> Q:
| ^
| ;
pythonlist.cpp:11:15: error: ‘i’ was not declared in this scope
11 | for (int i=0;i<Q;i++){
| ^