n = int(input()) for i in [int(x) for x in [input() for _ in range(n)]]: print(i)