#OLD317. 排序(难度:1)

排序(难度:1)

Description

输入三个整数,从小到大排序后输出。

Format

Input

三个整数。

Output

从小到大排序输出这三个整数。

Samples

1 2 3
1 2 3

Hint