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

Compile Error

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