Problem | pythonlist |
---|---|
User | zhangkee |
Submission Time | 2025-06-18 11:14:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:22:29: error: expected ‘;’ before ‘)’ token
22 | for (int q= 1, i =q; i++ ) {
| ^~
| ;
pythonlist.cpp:24:9: error: redeclaration of ‘int r’
24 | int r=i
| ^
pythonlist.cpp:23:12: note: ‘int r’ previously declared here
23 | int r=q;
| ^