# coding: utf-8 # Your code here! T=int(input()) for _ in range(T): print(int(input())*2)