#abc268a. [abc268_a]Five Integers
[abc268_a]Five Integers
Problem Statement
Print how many distinct integers there are in given five integers , and .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
31 9 24 31 24
Sample Output 1
3
In the given five integers , and , there are three distinct integers , and . Thus, should be printed.
Sample Input 2
0 0 0 0 0
Sample Output 2
1