Problem | choochoo |
---|---|
User | Um |
Submission Time | 2023-08-03 17:24:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:7:9: error: expected ‘;’ before ‘if’
7 | cg=cg/3
| ^
| ;
8 | if (cg%2==0){
| ~~
choochoo.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else if(cg==0){
| ^~~~