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