t = int(input())
p = []

for _ in range(t):
    pass

for x in p:
    print(x)