Problem helloworld
User fei
Submission Time 2024-06-25 12:27:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:2: error: invalid preprocessing directive #inlucde; did you mean #include?
1 | #inlucde <bits/stdc++.h>
| ^~~~~~~
| include
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << "Hello World";
| ^~~~
helloworld.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inlucde <bits/stdc++.h>