Problem helloworld
User Bsnsnsnan
Submission Time 2024-04-13 10:33:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:10: error: missing terminating ' character
4 | cout << 'Hello World"
| ^~~~~~~~~~~~~
helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:5:2: error: expected primary-expression before β€˜}’ token
5 | }
| ^