using System; using System.Collections.Generic; public class Program { public void Proc() { Reader.IsDebug = false; int marcCount = int.Parse(Reader.ReadLine()); int numMax = int.Parse(Reader.ReadLine()); int tefuda = int.Parse(Reader.ReadLine()); Dictionary markDic = new Dictionary(); Dictionary numDic = new Dictionary(); for(int i=0; i