h, s = map(int, input().split()) print("Possible" if h%2 == s%2 else "Impossible")