using System; using System.Numerics; class Program { static void Main() { Console.WriteLine(Console.ReadLine().Replace("treeone", "forest")); } }