Problem helloworld
User abdullahmazlan13
Submission Time 2026-06-23 11:32:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:29: error: expected ‘;’ before ‘return’
5 | cout << "Hello World"; endl
| ^
| ;
6 |
7 | return 0
| ~~~~~~
helloworld.cpp:7:9: error: statement cannot resolve address of overloaded function
7 | return 0
| ^