Problem helloworld
User calculatedcode
Submission Time 2024-03-26 14:50:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:8:1: error: expected unqualified-id before ‘return’
8 | return 0;
| ^~~~~~
helloworld.cpp:9:1: error: expected declaration before ‘}’ token
9 | }
| ^