Problem A - The Problems
HT is drawing up the upcoming midterm. In order to get more ideas, HT asks his TA to prepare n distinct problems. Each problem will be inspected carefully and be graded by its quality, said to be ai. HT wants to find out how many different kinds of "quality score" are there in the problem set that TA gave to him.
The first line contains an integer n, representing the number of problems TA give to HT.
The second line contains n integers ai, representing the quality score of each question.
It is guaranteed that :
If you can't pass testcase #10 immediately, try to solve another two problems first.
Please output a line represents the number of different kinds of "quality score" in the problem set.