정답 개수:
0
틀린 개수:
7
실행 실패 개수:
3
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 6
[[], [(2, 1), (0, 1), (2, 0)], [(3, 1), (1, 1), (4, 0)], [(4, 1), (2, 1), (6, 0)], [(5, 1), (3, 1), (8, 0)], [(6, 1), (4, 1), (10, 0)], [(7, 1), (5, 1), (12, 0)]] 1
1
5 17
[[], [(2, 1), (0, 1), (2, 0)], [(3, 1), (1, 1), (4, 0)], [(4, 1), (2, 1), (6, 0)], [(5, 1), (3, 1), (8, 0)], [(6, 1), (4, 1), (10, 0)], [(7, 1), (5, 1), (12, 0)], [(8, 1), (6, 1), (14, 0)], [(9, 1), (7, 1), (16, 0)], [(10, 1), (8, 1), (18, 0)], [(11, 1), (9, 1), (20, 0)], [(12, 1), (10, 1), (22, 0)], [(13, 1), (11, 1), (24, 0)], [(14, 1), (12, 1), (26, 0)], [(15, 1), (13, 1), (28, 0)], [(16, 1), (14, 1), (30, 0)], [(17, 1), (15, 1), (32, 0)], [(18, 1), (16, 1), (34, 0)]] 2
2
10 14
[[], [(2, 1), (0, 1), (2, 0)], [(3, 1), (1, 1), (4, 0)], [(4, 1), (2, 1), (6, 0)], [(5, 1), (3, 1), (8, 0)], [(6, 1), (4, 1), (10, 0)], [(7, 1), (5, 1), (12, 0)], [(8, 1), (6, 1), (14, 0)], [(9, 1), (7, 1), (16, 0)], [(10, 1), (8, 1), (18, 0)], [(11, 1), (9, 1), (20, 0)], [(12, 1), (10, 1), (22, 0)], [(13, 1), (11, 1), (24, 0)], [(14, 1), (12, 1), (26, 0)], [(15, 1), (13, 1), (28, 0)]] 3
3
41982 22281
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> distances[N] = 0 IndexError: list assignment index out of range
19701
68581 14861
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> distances[N] = 0 IndexError: list assignment index out of range
53720
81649 31224
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> distances[N] = 0 IndexError: list assignment index out of range
50425