Problem eta
User Potato3218
Submission Time 2023-12-16 11:03:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eta.cpp: In function ‘long long int dfs(long long int)’:
eta.cpp:14:13: error: return-statement with no value, in function returning ‘long long int’ [-fpermissive]
14 | if(x <= 0) return;
| ^~~~~~