PROGRAMMING:Sort by two numbers
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
###Input example:
```in
8 5
```
###Output example:
```out
5 8
```
answer:If there is no answer, please comment