package codeup100; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Scanner; public class c1072 { public static void main(String[] args) throws IOException { //sol1 메모리: 15004 시간: 114 /* Scanner sc = new Scanner(System.in); int len = sc.nextInt(); int[] value = new int[len]; for(int i = 0; i