n=int(input()) a=list(map(int,input().split())) print([a.count(x) for x in sorted(list(set(a)))].count(1))