_ = input() A = list(map(int, input().split())) print(len(list(filter(lambda x: A.count(x) == 1, A))))