Problem helloworld
User 583116UB
Submission Time 2024-04-06 11:15:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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