import sys

student = input()
student1 = student.split(' ')
student1.pop()
student1.pop()
student1.pop()
print(student1)
#就像这个残酷的世界一样,末位淘汰