using System; public class Program { static void Main() { string l = Console.ReadLine(); string n = Console.ReadLine(); string w = Console.ReadLine(); string[] t = w.Split(' '); int[] ary = new int[t.Length]; int total = int.Parse(l); int num = int.Parse(n); int cnt = 0; for(int i=0;i