n=gets.to_i d=gets.split(" ").map(&:to_i).sort! i=-1 p d.inject(0){|s,v| i+=1;d.index(v)==d.rindex(v) ? s+1 : s}