Problem helloworld
User Harshith
Submission Time 2026-03-09 16:20:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: ‘print’ does not name a type; did you mean ‘int’?
1 | print<<Hello World;
| ^~~~~
| int