n = int(input()) m = map(int, input().split()) print(len(set(m)))