n=int(input()) for i in range(n): s=input() x=int(s) print(x)