정답 개수:
66
틀린 개수:
26
실행 실패 개수:
8
2 2 3 6
1
2
2 2 8 1
1
2
2 2 1 4
1
2
2 3 4 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if li[i] > (li[start+ (m - 1)]): IndexError: list index out of range
1
2 3 3 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if li[i] > (li[start+ (m - 1)]): IndexError: list index out of range
2
2 3 8 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> if li[i] > (li[start+ (m - 1)]): IndexError: list index out of range
2