using System;
public class Program
{
public static void Main()
string a = "Mucho gusto";
string b;
b = Console.ReadLine();
}