using System;
public class Program
{
public static void Main()
string G = "Garsh";
string D = "Darn-eet";
Console.WriteLine($"{G} {D}");
}