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