#yukicoder411A #入力受取 H,S=map(int,input().split()) print('Possible' if abs(H-S)%2==0 else 'Impossible')