정답 개수:
28
틀린 개수:
47
실행 실패 개수:
25
D8 E1 2 T RT
E1 E1
D8 E1
A3 D8 6 T T LB RB RT LB
A3 D8
B4 D8
D4 F5 10 LT L LT LT RB RB R T RT RB
E6 F5
F5 G4
H1 F6 7 RT B LB RB RT B RT
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 101, in <module> print(x[kingPos[0]] + str(y[kingPos[1]]) +'\n'+ x[stonePos[0]] + str(y[stonePos[1]])) ~^^^^^^^^^^^^ IndexError: list index out of range
H1 F6
F1 F7 8 LB LB L RT RB RB RB LT
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 101, in <module> print(x[kingPos[0]] + str(y[kingPos[1]]) +'\n'+ x[stonePos[0]] + str(y[stonePos[1]])) ~^^^^^^^^^^^^ IndexError: list index out of range
F2 F7
E1 E5 11 LB B RB RT R L R RT LB B RB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 101, in <module> print(x[kingPos[0]] + str(y[kingPos[1]]) +'\n'+ x[stonePos[0]] + str(y[stonePos[1]])) ~^^^^^^^^^^^^ IndexError: list index out of range
G1 E5