n = gets.split.map(&:to_i) a =[*1..10] b = a - n p b[0]