swea 1961 [D2] 숫자 배열 회전 JAVA 풀이 : board[][]을 회전각에 따라 인덱스 읽는 순서를 바꿔서 출력함 Code public class Solution1961 { 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.20