s=input().upper() print(*s) for l in s[1:]:print(l)