정답 개수:
37
틀린 개수:
25
실행 실패 개수:
38
1 DR 1 [83]
[]
1 DRDD 3 [84,84,84]
[]
2 DD 2 [67,67] R 6 [84,43,38,35,22,6]
[6,22,35,38,43,84]
[] [6,22,35,38,43,84]
1 RRRRD 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: ''
error
2 RD 1 [67] DRDRR 1 [73]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> arr.reverse() AttributeError: 'NoneType' object has no attribute 'reverse'
[] error
2 DR 0 [] R 6 [1,5,6,5,8,4]
런타임 에러 (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: ''
error [4,8,5,6,5,1]