摘要: //1.有10个评委打分,(去掉一个最高一个最低)求平均分。 package com.a01; import java.util.*; public class hellowold { public static void main(String[] args) { int t = 0, sum = 阅读全文
posted @ 2020-04-16 12:44 hhhhhq 阅读(87) 评论(0) 推荐(0)