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

Compile Error

helloworld.cpp:1:24: error: missing terminating ' character
1 | while return number != '67": {
| ^~~~~~~
helloworld.cpp:2:22: error: missing terminating " character
2 | console.log(print << "hello World!)
| ^~~~~~~~~~~~~~
helloworld.cpp:1:1: error: expected unqualified-id before ‘while’
1 | while return number != '67": {
| ^~~~~
helloworld.cpp:4:1: error: expected unqualified-id before ‘return’
4 | return 67!
| ^~~~~~
helloworld.cpp:5:1: error: expected declaration before ‘}’ token
5 | }
| ^