Problem helloworld
User yanwen
Submission Time 2025-01-20 16:40:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
4 | print "Hello World";
| ^~~~~
| printf