public static void Main()
int n = int.Parse(Console.ReadLine());
for(int i = 0; i < n; i++)
str = Console.ReadLine();
for(int j = 0; j < str.Length; j++)
Console.WriteLine(str[j]+ " " + j);
Console.WriteLine(str[j]+ " " + j);
Console.WriteLine(ev + " " + odd);