H,S = [int(i) for i in input().split()] if H % 2 == S % 2: print("Possible") else: print("Impossible")