h,s=(input().split()) if int(h[-1])%2==int(s[-1])%2: print('Possible') else: print('Impossible')