You are given T test cases. Your task is to determine the nth '100 sum' number corresponding to each test case.
Note: A '100 sum' number is defined as a number whose sum of all digit is equal to 100.
Input format
Output format
For each test case, print a single integer in a new line that contains the correct answer.
Constraints
1≤T≤1001≤N≤1e10
First 100sum number is "199999999999" . You can check by taking the sum.