Problem helloworld
User Jk20106
Submission Time 2023-06-27 16:42:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: expected unqualified-id before ‘<’ token
1 | <iostream>
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:5: error: ‘cout’ was not declared in this scope
6 | cout << "Hello World";
| ^~~~