N = input() a = '' for i in range(N): a.append(input()) print(a)