Tricky Sorting
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
The sequence of numbers is given. Arrange them in non-decreasing order of the last digit, and in the case of equality of last digits — arrange the numbers in non-decreasing order.
Input
The first line contains number , and next lines contain the positive integers not greater than .
Output
Print the sequence of numbers ordered as given in problem statement.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 15K
Acceptance rate 55%