Problem typo
User Javel17
Submission Time 2024-06-21 14:58:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:14:14: error: expected ‘;’ before ‘return’
14 | cout << endl
| ^
| ;
......
18 | return 0;
| ~~~~~~