a=int(input()) A=list(map(int,input().split())) print("possible" if sum(A)%2==0 else "impossible")