Problem helloworld
User yqii
Submission Time 2024-01-29 15:38:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: ‘string’ does not name a type
1 | string hi = "Hello World";
| ^~~~~~
helloworld.cpp:2:2: error: ‘cout’ does not name a type
2 | cout << hi;
| ^~~~