Problem choochoo
User Red123
Submission Time 2025-03-14 09:40:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | cin >> x[i]
| ^
| ;
12 | }
| ~