Problem helloworld
User yeddy
Submission Time 2024-02-13 09:18:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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