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

Compile Error

helloworld.cpp:5:13: error: stray ‘\342’ in program
5 | cout << “Hello World"
| ^
helloworld.cpp:5:14: error: stray ‘\200’ in program
5 | cout << “Hello World"
| ^
helloworld.cpp:5:15: error: stray ‘\234’ in program
5 | cout << “Hello World"
| ^
helloworld.cpp:5:27: error: missing terminating " character
5 | cout << “Hello World"
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:16: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
5 | cout << “Hello World"
| ^~~~~
| ftello