import sys

a=input().split(" ")
a.pop(0)
print(a)