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