import sys #奇奇奇 奇偶偶 奇>=3 or (奇>=1 and 偶>=2) a_len=eval(input()) #print(a_len) cnt1=0 cnt2=0 flag=0 a=input().split(' ') #print (a) for i in range(a_len): if int(a[i])%2==1: cnt1=cnt1+1 else: cnt2=cnt2+1 if (i>=2 and (cnt1>=3 or (cnt1>=1 and cnt2&g...