n= int(input()) w= list(map(int,input().split())) ans=['possible','impossible'] if (ww:=sum(w))%2==1: print(ans[1]) else: #個々からは求める重量が出る。 hw=ww//2 #print('hw:',hw) sw=sorted(w) ab=set() for i in range(n): if len(ab)==0: ab.add(0) ab.add(sw[0]) else: newab=set() for c in ab: if c+sw[i]==hw: print(ans[0]) exit() elif c+sw[i]