Problem choochoo
User Um
Submission Time 2023-08-03 17:13:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:11:9: error: expected ‘(’ before ‘{’ token
11 | else if{(cg==0)
| ^
| (
choochoo.cpp:14:6: error: ‘else’ without a previous ‘if’
14 | else
| ^~~~