Problem eeducation
User YunQingOng
Submission Time 2026-06-23 15:56:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:28:30: error: expected ‘;’ before ‘}’ token
28 | cout << fin[i] << " "
| ^
| ;
29 | }
| ~