n,m = map(int,input().split()) print("Impossible" if n <= 2 and m == 0 else "Possible")