PROGRAMMING:Output the sum of the remaining data after removing the maximum and minimum values
Input 6 integer data (6 numbers can not be the same; Both positive and negative), separated by spaces, and put into the array (such as: int array [6];), Find the sum of the remaining four numbers after removing the maximum and minimum values.
###Input format:
Input 6 integer data (6 numbers can not be the same; Both positive and negative, separated by spaces.
###Output format:
Output the sum of the remaining four numbers after removing the maximum and minimum values.
###Input example:
```in
1 2 3 4 5 6
```
###Output example:
```out
fourteen
```
answer:If there is no answer, please comment
###Input format:
Input 6 integer data (6 numbers can not be the same; Both positive and negative, separated by spaces.
###Output format:
Output the sum of the remaining four numbers after removing the maximum and minimum values.
###Input example:
```in
1 2 3 4 5 6
```
###Output example:
```out
fourteen
```
answer:If there is no answer, please comment