using System; using System.Diagnostics; namespace yukicoder { class Program { static void Main(string[] args) { string[] str = Console.ReadLine().Split(' '); int count = 0; int num = 0; //文字列の位置を検索 for (int i = 1; i <= 10; i++) { for(int j=0;j