Problem helloworld
User definetlynotbc
Submission Time 2023-02-16 20:59:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:2: error: invalid preprocessing directive #Include; did you mean #include?
1 | #Include<iostream>
| ^~~~~~~
| include
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘cot’ was not declared in this scope
4 | cot<<"Hello World";
| ^~~