T = int(input()) for _ in range(T): N = int(input()) print(2*N) # s = str(N) + str(2*N) # print(int(s)/(3*N))