You are given an integer K.
Find the smallest number N such that N has exactly K digits and none of the digits in N is $$0$$. Also, the product of digits in number N is greater than or equal to the sum of digits in number N.
Input format
Output format
For each test case in a new line, print the smallest number N that satisfies the given condition.
Constraints
1≤T≤101≤K≤5×105