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