Problem choochoo
User Um
Submission Time 2023-08-03 16:23:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:7:10: error: ‘i’ was not declared in this scope
7 | for(i=0;i<100;i++){
| ^
choochoo.cpp:8:17: error: expected ‘;’ before ‘if’
8 | cg==n/3
| ^
| ;
9 | if (cg%2==0)
| ~~
choochoo.cpp:11:6: error: ‘else’ without a previous ‘if’
11 | else
| ^~~~