A number n is said to be special if the sum of its digits is divisible by 4.
For a given integer a, find a number n such that:
Input format
Output format
For each test case, print a number n that satisfies the above conditions in a new line.
Constraints
1≤T≤1051≤a≤103
For first test case:
For second test case: