p1=gets.to_i p2=gets.to_i rS=gets.to_i.times.map{gets.to_i} puts (rS.count-rS.uniq.count)*(p1+p2)