N=int(input()) A={k:1 for k in input().split()} print(len(A))