A = input() B = [] C = [0] * int(A) counter = 0 for x in range(int(A)): B.append(input()) counter = 0 for y in B: print("hoge") counter = counter + 1