1316 그룹 단어 체커 12345678910111213141516171819202122232425262728293031323334353637383940import java.util.*; public class Main { static int count = 0; public static void main(String args[]) { Scanner sc = new Scanner(System.in); int N = sc.nextInt(); String[] group_word = new String[N]; for(int i=0; i 더보기 이전 1 ··· 54 55 56 57 58 59 60 ··· 77 다음