Problem helloworld
User Dana
Submission Time 2023-11-08 10:47:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:25: error: stray ‘\’ in program
5 | cout <<"Hello World"\n
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:25: error: expected ‘;’ before ‘n’
5 | cout <<"Hello World"\n
| ^~
| ;