Problem helloworld2
User Um
Submission Time 2023-05-19 14:03:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld2.cpp: In function ‘int main()’:
helloworld2.cpp:6:21: error: expected ‘;’ before ‘}’ token
6 | cout<<"Hello World"
| ^
| ;
7 | }
| ~