정답 개수:
0
틀린 개수:
7
실행 실패 개수:
3
1 7 I 66 I 89 D 1 I 78 D 1 I 99 D -1
66 66 89 66 66 66 78 66 66 66 99 66 99 99
99 99
1 7 I 99 I 98 I 97 D 1 I 97 I 99 D -1
99 99 99 98 99 97 98 97 98 97 99 97 99 97
99 97
1 7 I 99 I 98 I 97 D 1 I 96 I 99 D -1
99 99 99 98 99 97 98 97 98 96 99 96 99 97
99 97
1 5 I 1 I 3 D 1 D 1 I 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 61, in <module> while s.right: AttributeError: 'NoneType' object has no attribute 'right'
2 2
1 6 I -7 D 1 I 9 D 1 D -1 I 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 61, in <module> while s.right: AttributeError: 'NoneType' object has no attribute 'right'
9 9
1 8 I 1 I 2 I 3 D -1 I 2 D 1 D -1 D -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 82, in <module> while s.left: AttributeError: 'NoneType' object has no attribute 'left'
EMPTY