-->
当前位置:首页 > 题库

PROGRAMMING:Sort by four numbers

Luz5年前 (2021-05-10)题库510
Program input four integers, output in the order of small to large.
###Input example:
```in
1 4 3 2
```
###Output example:
```out
1 2 3 4
```







answer:If there is no answer, please comment