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

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:6:11: error: expected initializer before ‘%’ token
6 | int n % 2 = 1;
| ^
choochoo.cpp:9:11: error: expected initializer before ‘%’ token
9 | int a % 2 = 0;
| ^