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