Problem | helloworld |
---|---|
User | CoconutNut100 |
Submission Time | 2024-04-03 19:06:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:7: error: ‘std::cout’ is not a class, namespace, or enumeration
4 | std::cout :: "Hello World";
| ^~~~
helloworld.cpp:4:15: error: expected unqualified-id before string constant
4 | std::cout :: "Hello World";
| ^~~~~~~~~~~~~