Problem helloworld
User Dannyboy
Submission Time 2023-11-08 10:23:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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
| ^~~~