Problem 1503
User Soysauce
Submission Time 2024-03-01 17:45:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1503.cpp: In function ‘int main()’:
1503.cpp:4:21: error: expected ‘;’ before ‘}’ token
4 | cout<<"hello world"
| ^
| ;
5 | }
| ~