swea 1966 [D2] 숫자를 정렬하자 JAVA 풀이 : 오름차순 정렬 -> sort Code public class Solution1966 { 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.20