Problem choochoo
User Shizhan
Submission Time 2023-07-24 17:28:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:16:24: error: expected ‘}’ at end of input
16 | cout << "choo CHOO";
| ^
choochoo.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^