Problem helloworld
User codementality
Submission Time 2023-02-09 17:03:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:9: error: missing terminating " character
2 | print ("hello world:) )
| ^~~~~~~~~~~~~~~~
helloworld.cpp:2:2: error: cannot declare ‘::main’ to be a global variable
2 | print ("hello world:) )
| ^~~~~
helloworld.cpp:2:8: error: expected primary-expression at end of input
2 | print ("hello world:) )
| ^