using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace yukicoderTest { class Program { static void Main(string[] args) { string num = "0123456789"; string n = Console.ReadLine(); int loop = int.Parse(n); int[] cnt = new int[10]; for (int i = 0; i < cnt.Length; i++) { cnt[i] = 0; } for(int i=0;i