정답 개수:
5
틀린 개수:
0
실행 실패 개수:
24
5 30 11 3 15 6 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> tempsum += nums[right] ~~~~^^^^^^^ IndexError: list index out of range
3
7 39 12 6 5 3 8 14 11
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> tempsum += nums[right] ~~~~^^^^^^^ IndexError: list index out of range
5
9 32 4 4 7 10 5 11 2 4 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> tempsum += nums[right] ~~~~^^^^^^^ IndexError: list index out of range
4