N=int(input()) print(*[int(input()) for _ in range(N)],sep="\n")