Given a two-digit number n, print both the digits of the number.
The first line indicating the number of test cases T.
Next T lines will each contain a single number ni.
T lines each containing two digits of the number ni separated by space.
2
34
45
3 4
4 5
1 <= T <= 100000
10 <= ni <= 99