name = input()
surname = input()
age= input()

print(name, surname, age)