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

PROGRAMMING:Player rating

Luz5年前 (2021-05-10)题库450
After a contestant's performance, n judges score him, remove the highest score, and then remove the lowest score. The average of the remaining scores is the contestant's score.
###Input format:
First, enter an n as the number of judges (n in the range of 4 ~ 10), and then enter n integers as the score.
###Output format:
Players score with 2 decimal places.
###Input example:
```in
six
4 5 5 3 4 5
```
###Output example:
```out
four point five zero
```







answer:If there is no answer, please comment