Website for the problem statement
` enter code here n = [int(x) for x in input().split()] arr = [int(x) for x in input().split()]
for num in range (n[0],0,-1):