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