Problem helloworld
User o0oNotGXYo0o
Submission Time 2023-02-10 15:12:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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