class Solution: def IncreasingArray(self, array): # write code here res = 0 for i ...