Problem helloworld
User ultbiaslia
Submission Time 2023-11-08 09:40:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:4:10: error: expected β€˜;’ before string constant
4 | std::cout "Hello World"
| ^~~~~~~~~~~~~~
| ;