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

Compile Error

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