Problem helloworld2
User Lemon
Submission Time 2025-05-23 19:13:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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