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

Compile Error

helloworld.cpp:1:9: error: stray ‘#’ in program
1 | include #iostream
| ^
helloworld.cpp:3:22: error: stray ‘\’ in program
3 | cout << "Hello World"\n;
| ^
helloworld.cpp:1:1: error: ‘include’ does not name a type
1 | include #iostream
| ^~~~~~~
helloworld.cpp:3:1: error: ‘cout’ does not name a type
3 | cout << "Hello World"\n;
| ^~~~