정답 개수:
32
틀린 개수:
46
실행 실패 개수:
22
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 -1 8 3
-1 8
-1 3
jury has the better answer: jury_sum = 2, participant_sum = 7
3 -5 9 4
-5 9
-5 4
jury has the better answer: jury_sum = 1, participant_sum = 4
4 -6 -1 9 3
-6 -1
-1 3
jury has the better answer: jury_sum = 2, participant_sum = 7
2 5 2
런타임 에러 (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
2 5
2 0 -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
-9 0
2 5 -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
-9 5