atcoder#ABC268A. [ABC268A] Five Integers
[ABC268A] Five Integers
Score : points
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.
31 9 24 31 24
3
In the given five integers , and , there are three distinct integers , and . Thus, should be printed.
0 0 0 0 0
1