Problem | choochoo |
---|---|
User | lingfei123 |
Submission Time | 2023-11-15 09:21:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:6:13: error: lvalue required as left operand of assignment
6 | n % 2 = 1;
| ^
choochoo.cpp:8:9: error: redeclaration of ‘int n’
8 | int n = 2;
| ^
choochoo.cpp:5:9: note: ‘int n’ previously declared here
5 | int n = 3;
| ^
choochoo.cpp:9:13: error: lvalue required as left operand of assignment
9 | n % 2 = 0;
| ^