CF52A 123-sequence
Description
There is a given sequence of integers $ a_{1},a_{2},...,a_{n} $ , where every number is from 1 to 3 inclusively. You have to replace the minimum number of numbers in it so that all the numbers in the sequence are equal to each other.
Input Format
N/A
Output Format
N/A
Explanation/Hint
In the example all the numbers equal to 1 and 3 should be replaced by 2.