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

Compile Error

helloworld.cpp:4:15: error: stray ‘\342’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:16: error: stray ‘\200’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:17: error: stray ‘\234’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:29: error: stray ‘\342’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:30: error: stray ‘\200’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:31: error: stray ‘\235’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:18: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
4 | cout << “Hello World”;