using C=System.Console;class X{static void Main(){for(;;)C.Write(C.ReadLine()[0]+"es ");}}