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