using C=System.Console;class M{static void Main(){for(;;)C.WriteLine(C.ReadLine().GetHashCode()%21<12?"frowny":"smiley");}}