H, S = input().rstrip().split() if H + S % 2 == 0: print("Possible") else: print("Impossible")