정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
11000000 00100000 01001100 01001000 2 3 1 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> lst[idx].rotate(dir) AttributeError: 'list' object has no attribute 'rotate'
11
00010101 11000001 00100100 00101001 2 2 -1 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> lst[idx].rotate(dir) AttributeError: 'list' object has no attribute 'rotate'
2
10011101 11100111 10111111 11111111 2 4 1 4 -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> lst[idx].rotate(dir) AttributeError: 'list' object has no attribute 'rotate'
15