swea 1983 [D2] 조교의 성적 매기기 JAVA 풀이 : 총 점수를 담은 scores[] 생성, K번째 학생의 점수를 goal로 따로 빼고 sort, grade[i/(N/10)] Code public class Solution1983 { public static void main(String[] args) throws IOException { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for (int tc = 1; tc SWEA 2023.11.22