import sys input = sys.stdin.readline N=int(input()) A=list(map(int,input().strip().split())) while len(A)