h,s=map(int,input().split()) if abs(h)%2==abs(s)%2: print('Possible') else: print('Impossible')