h,s=map(int,input().split()) h%=2 s%=2 if h&s: print("Possible") else: print("Impossible")