我的评价是:python一行流
from collections import Counter n=input() a=input().split(' ') print(len(Counter(a).keys()))