Here is your task. You are given an array and you have to find the maximum possible length of subarray In that subarray a[i+1]%a[i]==0
Every element in subarray is divisible by its previous element. Your task is to find maximum length of subarray.
1<=N<=1000000
1<=elements<=1000000
Subarray of maximum length conatins 5 10 20