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

Compile Error

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