Problem train
User Dolphy
Submission Time 2023-11-26 22:22:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

train.cpp: In function ‘int main()’:
train.cpp:18:13: error: expected ‘}’ at end of input
18 | return 0;
| ^
train.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^