Problem6645--P82

6645: P82

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 256 MiB

Description

输入四个整数,按从小到大的顺序输出它们

Input

一行四个整数 用空格隔开

Output

一行四个整数,从小到大,用空格隔开

Sample 1 Input

1 8 3 10

Sample 1 Output

1 3 8 10

Sample 2 Input

9 8 7 6

Sample 2 Output

6 7 8 9

Source/Category

久智乐博