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