x, y = map(int, input().split()) print("possible" if y % 2 == 0 else "impossible")