S = input().split() for s in S: print(s.upper(), end='') print()