Problem helloworld
User Xavier
Submission Time 2025-06-16 13:50:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:9: error: stray ‘\342’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:10: error: stray ‘\200’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:11: error: stray ‘\234’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:23: error: stray ‘\342’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:24: error: stray ‘\200’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp:4:25: error: stray ‘\235’ in program
4 | cout << “Hello World”;
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:1: error: ‘cout’ was not declared in this scope
4 | cout << “Hello World”;
| ^~~~
helloworld.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you f