Problem helloworld
User mingze
Submission Time 2026-06-22 15:42:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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