N=int(input()) for i in range(N): temp=int(input()) print(temp)