t=int(input()) for i in range(t): s=int(input()) print(2*s)