h,s=map(int,input().split()) if abs(h-s)%2==0: print("Possible") else: print("Impossible")