Coding Test/코드업 (2) 썸네일형 리스트형 [코드업/자바] 3004 - 데이터 재정렬 import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int[] arr = new int[n]; List list = new ArrayList(); for(int i=0; i [코드업/자바] 1805 - 입체기동장치 생산공장 import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); List devices = new ArrayList(); int n = sc.nextInt(); for(int i=0; i 이전 1 다음