Problem | stoning |
---|---|
User | CHF |
Submission Time | 2025-06-09 21:27:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stoning.cpp: In function ‘int dfs(int, int)’:
stoning.cpp:9:17: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
9 | if(sum1>=k) return;
| ^~~~~~
stoning.cpp:10:16: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
10 | if(step>n) return;
| ^~~~~~