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

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:23: error: expected ‘;’ before ‘endl’
5 | cout << "Hello World" endl;
| ^~~~~
| ;
helloworld.cpp:7:10: error: expected ‘;’ before ‘}’ token
7 | return 0
| ^
| ;
8 | }
| ~