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