Taasha defines an integer round if it is greater than 0 and the sum of its digits in decimal representation is a multiple of 10. She wants you to find for her the Nth smallest round integer.
________________________________________________________________
INPUT
______________________________________________________________
OUTPUT
For each test case, print a single line containing the N-th round integer.
______________________________________________________________
CONSTRAINTS
1 <= T <=10^5
1<= N <= 10^18
19 is the 1st round integer ( 1st number to have sum of digits as a multiple of 10) and 28 is the 2nd round integer.