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