정답 개수:
62
틀린 개수:
3
실행 실패 개수:
35
3 -3 -2 10
-3 10
-3 -2
jury has the better answer: jury_sum = 5, participant_sum = 7
4 -2 1 10 -5
-5 10
-2 1
jury has the better answer: jury_sum = 1, participant_sum = 5
4 10 -2 1 -6
-6 10
-2 1
jury has the better answer: jury_sum = 1, participant_sum = 4
2 -5 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if arr[i] == arr[res]: IndexError: list index out of range
-5 4
2 -8 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if arr[i] == arr[res]: IndexError: list index out of range
-8 4
2 3 -4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if arr[i] == arr[res]: IndexError: list index out of range
-4 3