Given a array find the sum of floor division of every element of array to every element of same array Example: Arr=[1,2,3]
1:floor(1/1) +floor(2/1) +floor(3/1) =1+2+