Problem helloworld
User lohjo02
Submission Time 2026-07-07 10:22:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:5:6: error: expected β€˜;’ before string constant
5 | cout "Hello World" << '\n';
| ^~~~~~~~~~~~~~
| ;