Problem 0405
User Soysauce
Submission Time 2024-08-02 17:06:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:9:12: error: expected ‘;’ before ‘return’
9 | cout<<"\n"
| ^
| ;
10 | return 0;}
| ~~~~~~