Problem helloworld
User Priyankha13
Submission Time 2023-07-08 17:40:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: ‘str’ does not name a type; did you mean ‘std’?
1 | str cout << 'hello world';
| ^~~
| std