Problem helloworld
User will
Submission Time 2023-02-13 15:53:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
6 | return;
| ^~~~~~