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

Compile Error

helloworld.cpp:5:24: error: stray ‘\’ in program
5 | cout << "Hello World";\n
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:25: error: ‘n’ was not declared in this scope
5 | cout << "Hello World";\n
| ^