using System.Console;for(;;){def c=Read();when(c%96>64)Write(" ");Write((c|c>>6<<5):>char)}