N=int(input()) A=dict(map(int, input().split())) print(len(A))