Problem helloworld
User 3lvian
Submission Time 2023-03-11 00:35:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:2: error: invalid preprocessing directive #inclue; did you mean #include?
1 | #inclue <iostream>
| ^~~~~~
| include
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:7: error: ‘cout’ is not a member of ‘std’
4 | std::cout << "Hello World\n";
| ^~~~
helloworld.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inclue <iostream>