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

PROGRAMMING:Sort by two numbers

Luz5年前 (2021-05-10)题库393
Input two integers and program to output from small to large.
###Input example:
```in
8 5
```
###Output example:
```out
5 8
```







answer:If there is no answer, please comment