0_0_21209292_25494.cpp: In function 'int main()':
0_0_21209292_25494.cpp:167:26: error: too many arguments to function 'void Solve(LL*, LL*, int)'
Solve(A,ans,n+1,1);
^
0_0_21209292_25494.cpp:140:6: note: declared here
void Solve(LL A[],LL ans[],int len)//ans[0]=1,A[0]=1;
^
|