Write a program which reads three integers, and prints them in ascending order.
Three integers separated by a single space are given in a line.
Print the given integers in ascending order in a line. Put a single space between two integers.
3 8 1
1 3 8