Problem helloworld
User nick23552355
Submission Time 2026-05-31 23:34:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:23: error: expected ‘;’ before ‘endl’
7 | cout << "Hello World" endl;
| ^~~~~
| ;