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

Compile Error

helloworld.cpp:7:12: error: stray ‘\342’ in program
7 | cout <<“Hello World”;
| ^
helloworld.cpp:7:13: error: stray ‘\200’ in program
7 | cout <<“Hello World”;
| ^
helloworld.cpp:7:14: error: stray ‘\234’ in program
7 | cout <<“Hello World”;
| ^
helloworld.cpp:7:26: error: stray ‘\342’ in program
7 | cout <<“Hello World”;
| ^
helloworld.cpp:7:27: error: stray ‘\200’ in program
7 | cout <<“Hello World”;
| ^
helloworld.cpp:7:28: error: stray ‘\235’ in program
7 | cout <<“Hello World”;
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:15: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
7 | cout <<“Hello World”;
| ^~~~~
|