using C=System.Console;class F{static void Main(){C.Write(C.ReadLine().ToUpper());}}