백준알고리즘 9465번 스티커
백준알고리즘 https://www.acmicpc.net/problem/9465 풀이 설명은 http://stack07142.tistory.com/42 에서 보기를..import java.util.Scanner; public class Main { public static void main(String args[]) throws Exception { Scanner scan = new Scanner(System.in); int testCase = Integer.parseInt(scan.nextLine().trim()); for(int i=0; i