You are given a number \(N\).
You are required to form two numbers \(X\) and \(Y\) such that:
Your task is to determine the minimum possible sum of \(X\) and \(Y\).
Input format
Output format
For each test case, you are required to print the minimum possible sum of \(X\) and \(Y\) in a new line.
Constraints
\(1 \le T \le 10^5 \\ 10 \le N \le 2 \times 10^{18}\)
For the first test case:
For the second test case: