Problem helloworld
User herngr3y
Submission Time 2026-03-28 10:02:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:10: error: missing terminating " character
5 | cout << "Hello World”;
| ^~~~~~~~~~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: expected primary-expression before ‘return’
6 | return 0;
| ^~~~~~