Problem helloworld
User Biologyhater123
Submission Time 2025-02-06 22:10:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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