h, s = input().split() if (int(h[-1]) + int(s[-1])) % 2 == 0: print("Possible") else: print("Impossible")