inf=10**18 dxy=[(0,1), (1,0), (-1, 0), (0, -1)] mod=10**9+7 MOD=998244353 def main(): N = int(input()) for _ in range(N): print(int(input())) main()