Example: If we have array = [1,2,5,10]; output should be [100,50,20,10];
So, in each iteration escape the current element of iteration.
Any ideas?