strings=(str(x) for x in input().split(" "))
for word in strings:
    print(word)
