Problem helloworld
User fluxxx
Submission Time 2025-04-26 16:27:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:7: error: empty character constant
1 | print(''Hello World'')
| ^~~~~~~
helloworld.cpp:1:20: error: empty character constant
1 | print(''Hello World'')
| ^~
helloworld.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print(''Hello World'')
| ^