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