Problem helloworld
User WuYanni
Submission Time 2023-11-08 09:45:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:11: error: empty character constant
5 | cout<<''Hello World'';
| ^~~~~~~
helloworld.cpp:5:24: error: empty character constant
5 | cout<<''Hello World'';
| ^~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:11: error: unable to find character literal operator ‘operator""Hello’ with ‘char’ argument
5 | cout<<''Hello World'';
| ^~~~~~~