정답 개수:
23
틀린 개수:
62
실행 실패 개수:
15
A7 F1 7 L LB LT R R R LB
A6 F1
C6 F1
B7 C5 7 T LT RT LT B RB RT
C2 C5
D7 C5
A2 G3 9 RT LB RT LT T LB T LB RB
H3 G3
B5 G3
H2 B4 3 RT RB T
런타임 에러 (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
H3 B4
A3 D1 4 RB R 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
C1 D1
H2 H7 5 LB B B LB LB
런타임 에러 (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 H7