# leading zero t=int(input()) for i in range(t): m=int(input())*2 print('0'+str(m))