using C=System.Console;class M{static void Main(){for(int b,i=0,j=0;;)if((b=C.Read()%7)<3)C.WriteLine("meowoof".Substring(b*3-3,b<2?++i:++j));}}