n = int(input()) l = list(map(int, input().split())) c = 0 for i in range(1,n-1): if l[i-1]