atcoder#ABC240B. [ABC240B] Count Distinct Integers
[ABC240B] Count Distinct Integers
Score : points
Problem Statement
In a sequence of positive integers , how many different integers are there?
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
6
1 4 1 2 2 1
3
There are three different integers: .
1
1
1
11
3 1 4 1 5 9 2 6 5 3 5
7