#34951: python AC


1554101-0@g.puiching.edu.mo (CCC)


a = list(map(str,input().split()))
for word in a:
    print(word)