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

PROGRAMMING:Using reference variables as formal parameters, three integers can be output from small to large

Luz5年前 (2021-05-10)题库408
Using reference variables as formal parameters, three integers can be output from small to large
###Input format:
Please write the input format here. For example: input three integers in one line.
###Output format:
Please describe the output format here. For example: output from small to large.
###Input example:
Here is a set of inputs. For example:
```in
25 41 2
```
###Output example:
The corresponding output is given here. For example:
```out
2 25 41
```







answer:If there is no answer, please comment