Problem helloworld
User IggySparkles
Submission Time 2024-06-24 13:57:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:2: error: invalid preprocessing directive #includes; did you mean #include?
1 | #includes <bits/stdc++.h>
| ^~~~~~~~
| include
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout<<"Hello\n";
| ^~~~
helloworld.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #includes <bits/stdc++.h>
helloworld.cpp:7:7: error: expected initializer before ‘==’ token
7 | int a==. 5; cout<<a;
| ^~
helloworld.cpp:7:20: error: ‘a’ was not declared in this scope
7 | int a==. 5; cout<<a;
| ^