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