정답 개수:
72
틀린 개수:
26
실행 실패 개수:
2
E8 H1 3 LT B LB
E7 H1
D6 H1
D6 B1 6 LB LT B LT T RB
B8 B1
B6 B1
D6 H1 7 L LT LB LT T B LT
A7 H1
A6 H1
C6 C6 10 RB B L LT L LT L R B B
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 81, in <module> if (kingPos == stonePos and stonePos[0] >= 7 or stonePos[1] >= 7): ^^^^^^^^^^^^^^^^ TypeError: '>=' not supported between instances of 'str' and 'int'
B3 C6
C2 C2 38 RB LB LT RT LB LB B LB LT B L R LB LT RB LB T LT LT RB B LT LB LT RT LB RT RT RB RT RT T LT LB B LB B R
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 81, in <module> if (kingPos == stonePos and stonePos[0] >= 7 or stonePos[1] >= 7): ^^^^^^^^^^^^^^^^ TypeError: '>=' not supported between instances of 'str' and 'int'
D3 D4