Problem choochoo
User Hatrix
Submission Time 2026-05-15 16:53:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:8:10: error: lvalue required as left operand of assignment
8 | if(n%2= 1) {
| ^
choochoo.cpp:11:15: error: lvalue required as left operand of assignment
11 | else if(n%2= 0) {
| ^