N = int(input()) S = [int(input()) for i in range(N)] for i in range(N): print(S[i])