Problem helloworld
User PyAce
Submission Time 2025-06-13 12:55:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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