Problem | 4sum |
---|---|
User | TheFelixKS |
Submission Time | 2024-03-10 10:03:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
4sum.cpp: In function ‘int main()’:
4sum.cpp:60:6: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
60 | return;
| ^~~~~~