CF52A.123-sequence

传统题 时间 2000 ms 内存 256 MiB 4 尝试 1 已通过 1 标签

123-sequence

There is a given sequence of integers a1, a2, ..., 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

The first line contains an integer n (1 ≤ n ≤ 106). The second line contains a sequence of integers a1, a2, ..., a**n (1 ≤ a**i ≤ 3).

Output

Print the minimum number of replacements needed to be performed to make all the numbers in the sequence equal.

Note

In the example all the numbers equal to 1 and 3 should be replaced by 2.

Samples

9
1 3 2 2 2 1 1 2 3
5

在线编程 IDE

建议全屏模式获得最佳体验