Problem helloworld
User PrunJuice
Submission Time 2026-07-15 10:51:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include iostream
| ^~~~~~~~
helloworld.cpp:3:1: error: ‘std’ does not name a type
3 | std cout<<Hello World<<endl;
| ^~~