1116: 数字排序1:两个数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:106 Solved:35

Description

现在有两个整数a,b,编写程序将两个数从小到大排序,然后输出。

Input

两个整数a,b

Output

从小到大排好序的两个数

Sample Input Copy

3 2

Sample Output Copy

2 3