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