Problem | pythonlist |
---|---|
User | zhangkee |
Submission Time | 2025-06-18 11:12:33 |
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:23:19: error: request for member ‘first’ in ‘q’, which is of non-class type ‘int’
23 | int l = q.first;
| ^~~~~
pythonlist.cpp:24:19: error: request for member ‘second’ in ‘q’, which is of non-class type ‘int’
24 | int r = q.second;
| ^~~~~~