Problem | helloworld |
---|---|
User | Dannyboy |
Submission Time | 2023-11-08 10:22:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:15: error: stray ‘\342’ in program
2 | string str2 = “Hello World”;
| ^
helloworld.cpp:2:16: error: stray ‘\200’ in program
2 | string str2 = “Hello World”;
| ^
helloworld.cpp:2:17: error: stray ‘\234’ in program
2 | string str2 = “Hello World”;
| ^
helloworld.cpp:2:29: error: stray ‘\342’ in program
2 | string str2 = “Hello World”;
| ^
helloworld.cpp:2:30: error: stray ‘\200’ in program
2 | string str2 = “Hello World”;
| ^
helloworld.cpp:2:31: error: stray ‘\235’ in program
2 | string str2 = “Hello World”;
| ^
helloworld.cpp:2:1: error: ‘string’ does not name a type
2 | string str2 = “Hello World”;
| ^~~~~~
helloworld.cpp:3:1: error: ‘cout’ does not name a type
3 | cout << str2
| ^~~~