정답 개수:
12
틀린 개수:
6
실행 실패 개수:
82
1 RDD 10 [3,7,10,9,11,3,7,7,4,11]
[10,9,11,3,7,7,4,11]
[7,7,3,11,9,10,7,3]
1 RDDDD 8 [100,98,91,87,72,53,14,3]
[72,53,14,3]
[87,91,98,100]
3 D 0 [] RRRD 2 [42,42] RRRD 10 [2,4,8,1,10,8,2,2,9,4]
error [42] [4,8,1,10,8,2,2,9,4]
error [42] [9,2,2,8,10,1,8,4,2]
2 RRDR 2 [58,6] D 4 [4,6,46,93]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> if command[inx + 1] == 'R': IndexError: list index out of range
[6] [6,46,93]
2 R 5 [100,94,91,96,91] DRDR 0 []
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> if command[inx + 1] == 'R': IndexError: list index out of range
[91,96,91,94,100] error
2 D 0 [] DDDR 9 [51,51,51,51,51,51,51,51,51]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> if command[inx + 1] == 'R': IndexError: list index out of range
error [51,51,51,51,51,51]