Problem helloworld
User n
Submission Time 2024-02-16 21:17:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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