Problem helloworld
User CoconutNut100
Submission Time 2024-04-03 19:05:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:7: error: ‘std::cout’ is not a class, namespace, or enumeration
5 | std::cout :: "Hello World";
| ^~~~
helloworld.cpp:5:15: error: expected unqualified-id before string constant
5 | std::cout :: "Hello World";
| ^~~~~~~~~~~~~