public static void Main()
string firstname = Console.ReadLine();
string lastname = Console.ReadLine();
int age = int.Parse(Console.ReadLine());
string town = Console.ReadLine();
Console.WriteLine("You are Калоян Желев, a 17-years old person from Русе.");