문제https://softeer.ai/practice/9497풀이(11분)import java.io.*;public class Main{ public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(br.readLine()); for(int i = 0 ; i 평소 스도쿠를 즐겨하기에 문제를 보자마자 당황했다. 왜냐하면, 조건의 추가 없이는 그저 정답이 나올 수밖에 없는 문제였기 때문이다. 1. 가로 줄은 모두 다른 수를 갖는다.2. 세로 줄은..