N = int(input()) for _ in range(N): S = input() print(int(S))