정답 개수:
37
틀린 개수:
11
실행 실패 개수:
52
1 D 0 []
[]
error
2 DDRDD 0 [] DRDR 0 []
[] []
error error
3 DDR 4 [8,7,6,7] DDDD 0 [] R 4 [5,64,74,78]
[7,6] [] [78,74,64,5]
[7,6] error [78,74,64,5]
1 RRRDD 2 [3,2]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if arr[0] == -1: IndexError: list index out of range
[]
3 RDDR 1 [83] DRR 6 [7,1,5,1,5,2] RDRD 1 [47]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> arr[0] = [-1] IndexError: list assignment index out of range
error [1,5,1,5,2] error
3 D 2 [92,95] DDD 7 [95,92,98,96,95,94,98] DR 1 [82]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if arr[0] == -1: IndexError: list index out of range
[95] [96,95,94,98] []