using System;
public class Program
{
public static void Main()
string cat = "Rexi ";
Console.WriteLine(cat.Insert(5,"kutya"));
}