l1 = list(input().split())
del l1[0]
print(l1)