Problem helloworld
User BoronTings
Submission Time 2026-02-17 22:46:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:10: error: missing terminating " character
1 | print << "hello World!
| ^~~~~~~~~~~~~
helloworld.cpp:1:1: error: ‘print’ does not name a type; did you mean ‘int’?
1 | print << "hello World!
| ^~~~~
| int
helloworld.cpp:3:1: error: expected unqualified-id before ‘return’
3 | return 67
| ^~~~~~