Problem | inspections |
---|---|
User | shoryu386 |
Submission Time | 2023-03-21 17:12:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inspections.cpp: In function ‘int main()’:
inspections.cpp:32:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
32 | return;
| ^~~~~~