import sys sys.set_int_max_str_digits(201010) print("Possible" if sum(map(int, input().split())) % 2 == 0 else "Impossible")