H, S = map(int, input().split()) print('Possible') if H%2 == S%2 else print('Impossible')