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

PROGRAMMING:Score calculator (Cixi, 2005)

Luz5年前 (2021-05-10)题库370
The school held a campus song singing competition, with a total of 7 judges, one of the highest score and the other the lowest score
The average score of the committee is the final score of the player. Try programming, input the score of 7 judges, output the final score of the contestant.
(top grid output, one decimal place reserved)
###Input format:
Total 1 line, input the score of 7 judges.
###Output format:
The output file has only one line, which is the final score of this player.
###Input example:
```in
8 6 7.5 5 8.5 9 7
```
###Output example:
```out
seven point four
```






answer:If there is no answer, please comment