N, M = gets.split.map &:to_i puts [N, M] == [1, 0] || [N, M] == [2, 0] ? "Impossible" : "Possible"