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