h, s = map(int, input().split()) print('Possible' if abs(h-s)%2 == 0 else 'Impossible')