PROGRAMMING:Sort by three numbers
Program input three integers, output in the order from small to large.
###Input example:
```in
1 3 2
```
###Output example:
```out
1 2 3
```
answer:If there is no answer, please comment
###Input example:
```in
1 3 2
```
###Output example:
```out
1 2 3
```
answer:If there is no answer, please comment