정답 개수:
83
틀린 개수:
16
실행 실패 개수:
1
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
35
8 35 34 17 16 15 5 4 2 1
7 35 34 17 16 8 4 2 1
not optimal: jury = 7 moves, contestant = 8 moves
70
9 70 35 34 17 16 15 5 4 2 1
8 70 35 34 17 16 8 4 2 1
not optimal: jury = 8 moves, contestant = 9 moves
85
6 42 21 20 10 9 3 1
6 85 84 28 27 9 3 1
path must start with 85, found 42
1
런타임 에러 (RTE)
stderr:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 2 at Main.main(Main.java:52)
0 1