Introduction - If you have any usage issues, please Google them yourself
The sorting of integers? Yes, it s that simple! Your task is to output small to large Numbers for the given 10 integers.
The Input
The first line is N, which means there are N sets of test data below.
Then the following N rows, 10 integers per row, each integer within the [0, 100] range.
The Output
For each set of inputs, output in order small to large. Each of the two Numbers is separated by space, each of which occupies one line.