import sys h,s=map(int,sys.stdin.readline().split()) print(["P","Imp"][(h^s)&1],"ossible",sep="")