Problem helloworld
User bz
Submission Time 2024-02-12 22:18:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:2: error: invalid preprocessing directive #print
2 | #print("hello this is regine")
| ^~~~~
helloworld.cpp:1:7: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print ("Hello World")
| ^