Problem L: 比较两个数的大小

Problem L: 比较两个数的大小

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 2627  Solved: 1456
[Submit] [Status] [Web Board] [Creator:]

Description

输入两个整数a与b,按照从小到大次序输出两个整数值。

Sample Input Copy

2 1

Sample Output Copy

1 2