Problem | helloworld |
---|---|
User | Dannyboy |
Submission Time | 2023-11-08 10:21:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:3:16: error: stray ‘\342’ in program
3 | string str2 = “Hello world”;
| ^
helloworld.cpp:3:17: error: stray ‘\200’ in program
3 | string str2 = “Hello world”;
| ^
helloworld.cpp:3:18: error: stray ‘\234’ in program
3 | string str2 = “Hello world”;
| ^
helloworld.cpp:3:30: error: stray ‘\342’ in program
3 | string str2 = “Hello world”;
| ^
helloworld.cpp:3:31: error: stray ‘\200’ in program
3 | string str2 = “Hello world”;
| ^
helloworld.cpp:3:32: error: stray ‘\235’ in program
3 | string str2 = “Hello world”;
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:2: error: ‘string’ was not declared in this scope
3 | string str2 = “Hello world”;
| ^~~~~~
helloworld.cpp:1:1: note: ‘std::s