require 'set' p1=gets.to_i p2=gets.to_i n=gets.to_i s=Set.new ret=0 n.times do r=gets.to_i if s.include?(r) then ret+=p1+p2 else s<