n=gets.to_i a=gets.split.map(&:to_i) b=a.sort.map{|v| a.index(v) != a.rindex(v) ? v : nil }.compact puts (a-b).size