n, m = map(int, raw_input().split()) if n == 1 : print "Impossible" else : print "Possible"