Score : $200$ points
In a sequence of $N$ positive integers $a = (a_1, a_2, \dots, a_N)$, how many different integers are there?
Input is given from Standard Input in the following format:
$N$ $a_1$ $\ldots$ $a_N$
Print the answer.
6 1 4 1 2 2 1
3
There are three different integers: $1, 2, 4$.
1 1
1
11 3 1 4 1 5 9 2 6 5 3 5
7