Problem choochoo
User lingfei123
Submission Time 2023-11-15 09:22:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:6:13: error: lvalue required as left operand of assignment
6 | n % 2 = 1;
| ^
choochoo.cpp:9:13: error: lvalue required as left operand of assignment
9 | a % 2 = 0;
| ^