Problem helloworld
User VictoriaOng
Submission Time 2024-06-18 10:02:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:8: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘const char [12]’ to binary ‘operator<<’
5 | count << "Hello World" << std::endl;
| ~~~~~~^~~~~~~~~~~~~~~~