Problem helloworld
User amin
Submission Time 2023-01-08 21:56:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:8: error: missing terminating ' character
1 | printf('Hello World);
| ^~~~~~~~~~~~~~
helloworld.cpp:1:7: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | printf('Hello World);
| ^