import sys

input1 = input()
list1 = input1.split(" ")
list1.pop(0)
print(list1)

#miao a