a=input().upper();print(" ".join(a)) for c in a[1:]:print(c)