Problem choochoo
User Ush
Submission Time 2023-11-15 08:19:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int32_t main()’:
choochoo.cpp:13:15: error: expected initializer before ‘++’ token
13 | int choo ++;}
| ^~
choochoo.cpp:15:8: error: ‘choo’ was not declared in this scope
15 | if (choo % 2 == 0){
| ^~~~