반례나 틀린부분 좀 찾아주세요 아무리 해도 모르겠어요..
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int T = Integer.parseInt(br.readLine()); int[][] cases = {{0, 4, 3, 2, 4, 3, 2, 2, 1, 2}, {4, 0, 5, 3, 2, 5, 6, 2, 5, 4}, {3, 5, 0, 3, 5, 4, 3, 5, 2, 3}, {2, 3, 3, 0, 3, 2, 3, 3, 2, 1}, {4, 2, 5, 3, 0, 3, 4, 2, 3, 2}, {3, 5, 4, 2, 3, 0 ,1, 3, 2, 1}, {2, 6, 3, 3, 4, 1, 0, 4, 1, 2}, {2, 2, 5, 3, 2, 3, 4, 0...
- 연습문제 톡
- 날짜
- 2024-03-22 14:13:44
- 작성자
- rlacksrl00
- 댓글
- 1