swea 2007 [D2] 패턴 마디의 길이 JAVA 풀이 : 반복되는 음절 찾기 -> String.substring(_, _) 사용 Code public class Solution2007 { public static void main(String[] args) throws IOException { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); for (int tc = 1; tc SWEA 2023.11.22