using static System.Console;using System.Linq;class P{static void Main(){Write(string.Join("",ReadLine().Select(x=>(char)(x^32))));}}