def oi(): return int(input()) def os(): return input() def mi(): return list(map(int, input().split())) input_count = 0 N = oi() for i in range(N): print(oi())