정답 개수:
39
틀린 개수:
0
실행 실패 개수:
61
1 R 0 []
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> arr = list(map(int, arr[1:-1].split(","))) ValueError: invalid literal for int() with base 10: ''
[]
1 D 1 [91]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> if arr[0] == -1: IndexError: list index out of range
[]
1 D 1 [10]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> if arr[0] == -1: IndexError: list index out of range
[]