Description
Write a program that inputs two integers, compares them, and outputs them in ascending order.
Input Format
A single line containing two integers.
Output Format
A single line containing two integers, output in ascending order, separated by a space.
Sample
2 1
1 2