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