정답 개수:
27
틀린 개수:
44
실행 실패 개수:
29
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 7 -9 4
-9 4
-9 7
jury has the better answer: jury_sum = 2, participant_sum = 5
3 10 -7 -1
-7 -1
-7 10
jury has the better answer: jury_sum = 3, participant_sum = 8
4 7 -2 0 2
-2 0
-2 2
jury has the better answer: jury_sum = 0, participant_sum = 2
2 3 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> if abs(a[i] + a[j]) < abs(m) and a[i] != a[j]: IndexError: list index out of range
2 3
2 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> if abs(a[i] + a[j]) < abs(m) and a[i] != a[j]: IndexError: list index out of range
1 4
2 8 -9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> if abs(a[i] + a[j]) < abs(m) and a[i] != a[j]: IndexError: list index out of range
-9 8