Problem helloworld
User Alexis10
Submission Time 2023-11-08 09:47:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:13: error: stray ‘\342’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:14: error: stray ‘\200’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:15: error: stray ‘\234’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:27: error: stray ‘\342’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:28: error: stray ‘\200’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:29: error: stray ‘\235’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:2:20: error: expected ‘;’ before ‘:’ token
2 | using namespace std:
| ^
| ;
helloworld.cpp:2:20: error: expected unqualified-id