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