Problem helloworld
User ethanK1RB0
Submission Time 2025-02-12 17:22:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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