0_0_37159809_3859.cpp: In function 'int main()':
0_0_37159809_3859.cpp:45:30: error: too many arguments to function 'int dfs(int, int, int, int, int)'
if(dfs(1,0,0,sum/i,n,sum,i)){
^
0_0_37159809_3859.cpp:9:12: note: declared here
inline int dfs(int idx,int len,int tot,int cnt,int llen){
^
0_0_37159809_3859.cpp:47:5: error: expected ';' before 'break'
break;
^
|