Problem helloworld
User usernamehere
Submission Time 2025-09-15 12:04:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:7:10: error: stray ‘\342’ in program
7 | Cout << “Hello World”;
| ^
helloworld.cpp:7:11: error: stray ‘\200’ in program
7 | Cout << “Hello World”;
| ^
helloworld.cpp:7:12: error: stray ‘\234’ in program
7 | Cout << “Hello World”;
| ^
helloworld.cpp:7:24: error: stray ‘\342’ in program
7 | Cout << “Hello World”;
| ^
helloworld.cpp:7:25: error: stray ‘\200’ in program
7 | Cout << “Hello World”;
| ^
helloworld.cpp:7:26: error: stray ‘\235’ in program
7 | Cout << “Hello World”;
| ^
helloworld.cpp:3:1: error: ‘Using’ does not name a type
3 | Using namespace std;
| ^~~~~
helloworld.cpp:5:1: error: ‘Int’ does not name a type; did you mean ‘int’?
5 | Int main () {
| ^~~
| int