m = gets n = gets.chomp.split.map(&:to_i).sum n == odd ? m = "impossible" : m = "possible" puts m