offer_list = input()
h=offer_list.split(" ")
del(h[0])
# h.remove('Baidu')
print(h)