a,b=map(int,input().split()) print("Possible" if (a+b)%2==0 else "Impossible")