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

PROGRAMMING:Finding the difference between the maximum and the minimum

Luz5年前 (2021-05-10)题库457
Input 10 integers from the keyboard to find the difference between the maximum and minimum.
###Input format:
10 integers.
###Output format:
1 integer, which is the result of subtracting the minimum from the maximum of 10 integers.
###Input example:
Here is a set of inputs. For example:
```in
10 20 3 7 8 9 -7 3 2 30
```
###Output example:
The corresponding output is given here. For example:
```out
thirty-seven
```







answer:If there is no answer, please comment