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