input() *w,=map(int, input().split()) m=sum(w)/2 d=[0] d.extend(j+i for i in w for j in d[::] if j+i<=m) print('im'*(m not in d)+'possible')