N,M = map(int,input().split()) if N == 1: print('Impossible') else: print('Possible')