0_0_29831598_10910.cpp: In function 'int main()':
0_0_29831598_10910.cpp:27:22: error: invalid initialization of reference of type 'long long int (&)[200005]' from expression of type 'long long int [20005]'
ll ans=DP(a,n);
^
0_0_29831598_10910.cpp:8:4: note: in passing argument 1 of 'long long int DP(long long int (&)[200005], int&)'
ll DP( ll (&t)[200005],int &m){
^
|