Problem | choochoo |
---|---|
User | Astronite |
Submission Time | 2025-08-05 20:06:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:15:18: error: expected ‘;’ before ‘}’ token
15 | counter++
| ^
| ;
16 | }
| ~
choochoo.cpp:18:22: error: lvalue required as left operand of assignment
18 | if(counter % 2 = 0)
| ^