Problem | personalspace |
---|---|
User | runawaywithme |
Submission Time | 2023-06-06 22:05:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
personalspace.cpp: In function ‘int main()’:
personalspace.cpp:23:5: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
23 | return;
| ^~~~~~
personalspace.cpp:26:5: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
26 | return;
| ^~~~~~