Problem helloworld
User dieunq1309
Submission Time 2023-02-04 19:52:10
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:4:2: error: expected initializer before ‘cout’
4 | cout << "hello world";
| ^~~~
helloworld.cpp:5:1: error: expected unqualified-id before ‘return’
5 | return 0
| ^~~~~~