#P97. 练17.3 比大小

练17.3 比大小

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