T = int(input()) # M == 2*N とすればよい for i in range(T): print(2*int(input()))