정답 개수:
28
틀린 개수:
1
실행 실패 개수:
71
6 9 10 12 13 13 13 3 13 33 53
Y N N
Y Y N
1 3 2 5 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> if weight_check[arr2[i]]==1: ~~~~~~~~~~~~^^^^^^^^^ IndexError: list index out of range
N Y
1 6 2 6 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> if weight_check[arr2[i]]==1: ~~~~~~~~~~~~^^^^^^^^^ IndexError: list index out of range
Y N
2 2 7 2 7 12
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> if weight_check[arr2[i]]==1: ~~~~~~~~~~~~^^^^^^^^^ IndexError: list index out of range
Y N