The first line of input contains two integers N (1 ≤ N ≤ 100) and K (2 ≤ K ≤
5) - the number of marbles in the initial sequence and the minimal number
of consecutive marbles of the same color he could wish to vanish.
The next line contains exactly N integers between 1 and 100 (inclusive),
separated by one space. Those numbers represent colors of marbles in the
sequence Mirko found.