728x90 단체사진찍기1 단체사진찍기 package prog; public class 단체사진찍기 { public static void main(String[] args) { Solution_단체사진찍기 s = new Solution_단체사진찍기(); System.out.println(s.solution(2,new String[]{"N~F=0", "R~T>2"})); System.out.println(s.solution(2,new String[] {"M~C1"})); } } class Solution_단체사진찍기{ static int N=8; static boolean[] check=new boolean[N]; static char[] arr = new char[N]; static char[] members = {'A', 'C', 'F', .. 2021. 9. 4. 이전 1 다음 728x90