gets ar = gets.to_s.split.map(&:to_i).sort n = ar.size puts n.odd? ? ar[n/2] : (ar[n/2 ] + ar[n/2 -1]) / 2.0