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