Problem helloworld
User L3Z8V77N0T5
Submission Time 2025-06-16 14:06:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:12: error: expected initializer before string constant
4 | int main() "Hello World" ;
| ^~~~~~~~~~~~~
helloworld.cpp:5:1: error: expected unqualified-id before ‘return’
5 | return 0; }
| ^~~~~~
helloworld.cpp:5:11: error: expected declaration before ‘}’ token
5 | return 0; }
| ^