arr = gets.split(' ').map(&:to_i) crt_arr = (1..10).to_a puts crt_arr-arr