Problem choochoo
User briyanii
Submission Time 2023-08-08 23:44:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:14:14: error: expected ‘;’ before ‘}’ token
14 | count += 1
| ^
| ;
15 | }
| ~