n=gets.to_i d=Array.new(100000,0) w=gets.split(" ").map(&:to_i).each{|i|d[i]+=1} p d.select!{|i| i==1}.length