n = int(input()) s = [int(input()) for _ in range(n)] for v in s: print(int(v))