Problem choochoo
User Yifei1234
Submission Time 2023-02-27 17:16:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:7:1: error: expected ‘,’ or ‘;’ before ‘for’
7 | for ( int i=0,i<n,i++){
| ^~~
choochoo.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
choochoo.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^