5769: Q19-1 比大小

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:72 Solved:32

Description

试编一个程序,输入两个整数,比较大小,并按从小到大的顺序输出

Input

两个整数

Output

按从小到大的顺序输出

Sample Input Copy

2 1

Sample Output Copy

1 2