using System;
public class Program
{
static void Main(string[] args)
string name=Console.ReadLine();
char a=char.Parse(Console.ReadLine());
char b=char.Parse(Console.ReadLine());
char c=char.Parse(Console.ReadLine());
string secondName=Console.ReadLine();
}