#yuki_532 n,m=map(int,raw_input().split()) if m==0 and n<=2: print 'Impossible' else: print 'Possible'