h,s=map(int,input().split()) print(["Impossible","Possible"][abs(h-s)%2==0])