Problem helloworld
User keeran
Submission Time 2025-02-19 16:00:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:10: error: missing terminating ' character
4 | cout << 'Hello World";
| ^~~~~~~~~~~~~~
helloworld.cpp:3:14: error: cannot declare ‘::main’ to be a global variable
3 | int32_t main ({
| ^
helloworld.cpp:5:1: error: expected primary-expression before ‘}’ token
5 | })
| ^
helloworld.cpp:5:2: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘int32_t’ {aka ‘int’} in initialization
5 | })
| ^