Problem | helloworld |
---|---|
User | Yicen |
Submission Time | 2024-02-23 16:18:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:8: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘const char [12]’ to binary ‘operator<<’
4 | count << "Hello World";
| ~~~~~~^~~~~~~~~~~~~~~~