H,S = map(str,input().split()) print('Possible' if int(H[-1]) % 2 == int(S[-1]) % 2 else 'Impossible')