def Main(): for _ in range(int(input())): print(int(input())) Main()