정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 96 40
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> arr = list(map(int, input().strip())) ValueError: invalid literal for int() with base 10: ' '
0 1
2 599 168
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 5, in <module> arr = list(map(int, input().strip())) ValueError: invalid literal for int() with base 10: ' '
0 1
1 87605619
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 29, in <module> output[Index] = 0 ~~~~~~^^^^^^^ IndexError: list assignment index out of range
0