swea 1979 [D2] 어디에 단어가 들어갈 수 있을까 JAVA 풀이 : 행, 열을 나누어서 비교, 2중 for, if 활용하여 cnt, result 변수 사용 Code public class Solution1979 { public static void main(String[] args) throws IOException { Scanner sc = new Scanner(System.in); int T = sc.nextInt(); for (int tc = 1; tc SWEA 2023.11.22