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

PROGRAMMING:Compare size

Luz5年前 (2021-05-10)题库454
This problem requires the input of any three integers from small to large output.
###Input format:
Input gives three integers on a line, separated by spaces.
###Output format:
Output three integers from small to large in one line, and connect them with ">".
###Input example:
```in
4 2 8
```
###Output example:
```out
2->4->8
```






answer:If there is no answer, please comment