Problem 0405
User Soysauce
Submission Time 2024-02-28 19:33:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘int main()’:
0405.cpp:5:15: error: expected ‘;’ before ‘}’ token
5 | cout<<"James"
| ^
| ;
6 | }
| ~