Problem helloworld
User PGisnotnice5
Submission Time 2025-04-16 17:23:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:19: error: missing terminating > character
1 | #include <iostream
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:21: error: expected ‘;’ before ‘return’
5 | cout<<"Hello World"
| ^
| ;
6 | return 0;
| ~~~~~~