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