def solve(): print(int(input()) * 2) T = int(input()) for _ in range(T): solve()