Problem C: Branch on Condition - Sorting Three Numbers

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $1121$ 正确数量 $576$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 分支

Sorting Three Numbers 

Write a program which reads three integers, and prints them in ascending order.

Three integers separated by a single space are given in a line.
Print the given integers in ascending order in a line. Put a single space between two integers.
3 8 1
1 3 8
1 ≤ the three integers ≤ 10000