N = int(input()) A = list(map(int, input().split())) ans = (N+1)//2 for i in range(0,N-1,2): if i+2