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