풀이 : Math.max, Math.min 값 구해서 총 sum에서 빼주기, 평균 구하기 -> Math.round(avg)를 int 형태로 변경 Code public class Solution1984 { public static void main(String[] args) throws IOException { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for (int tc = 1; tc