H,S=map(int,input().split()) if H%2==S%2: ans="Possible" else: ans="Impossible" print(ans)