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