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