using System; namespace yukicoder { class Program { static void Main(string[] args) { string str = Console.ReadLine(); string []a = {"a","b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z" }; string str1=""; for(int i = 0; i < str.Length; i++) { string str2 = str.Substring(i, 1); for (int j=0;j