| Problem | helloworld |
|---|---|
| User | mingze |
| Submission Time | 2026-06-22 15:41:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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