정답 개수:
57
틀린 개수:
2
실행 실패 개수:
41
3 3 -4 6
-4 6
-4 3
jury has the better answer: jury_sum = 1, participant_sum = 2
3 7 0 -3
-3 7
-3 0
jury has the better answer: jury_sum = 3, participant_sum = 4
2 4 -8
런타임 에러 (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 1 -2
런타임 에러 (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
-2 1
2 3 -5
런타임 에러 (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 3