Problem helloworld
User SioHuang
Submission Time 2023-11-03 17:44:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:7: error: ‘count’ is not a member of ‘std’; did you mean ‘cout’?
5 | std::count << "Hello World"
| ^~~~~
| cout