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