p1, p2, n = 3.times.map{gets.to_i} h = Hash.new{-1} n.times{h[gets.to_i] += 1} p h.values.sum * (p1 + p2)