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