摘要: 1.有10个评委打分,(去掉一个最高一个最低)求平均分。 import java.util.*; public class Lei { public static void main(String[] args) { int a[] = {5,4,8,6,7,6,5,8,8,10}; int q = 阅读全文
posted @ 2020-04-16 13:38 Coder-Yuan 阅读(111) 评论(0) 推荐(0)