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