Problem helloworld
User Yannwen09
Submission Time 2023-11-08 09:23:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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