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