Problem | helloworld |
---|---|
User | Isaiah |
Submission Time | 2023-05-12 14:28:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘cout’ is not a class, namespace, or enumeration
4 | cout::<<"Hello World";
| ^~~~
helloworld.cpp:4:8: error: expected unqualified-id before ‘<<’ token
4 | cout::<<"Hello World";
| ^~