n,m=map(int,input().split()) print(["Impossible","Possible"][m!=0 or n>2])