정답 개수:
1
틀린 개수:
9
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
8 11 WWBBBBWBWWW BBWWBWBBWBB BWBWBWBBBBB WBBWBWBBBWB BBWWBBBBBBW BBBBBWWBBBB BWBBBWBBBBB WWBBBWBBBBB
43
28
9 12 WWWWWWWWWWWW WWWWWWWWWWWW WWWWWWWWWWWW WWWWWWWWWWWW WWWWWWWWWWWW WWWWWWWWWWWW WWWWWWWWWWWW WWWWWWWWBWWW WWWWWWWWWBWW
52
30
8 14 WBWWBWBBBWBWBW BWWBWWBBWBBBBW BBBWWBWWWWWBBB BBBBBWWBBBBBWW BBWBBBWBWBBBBB BBWWBWBBBBWBWB BBWWBBBWBWBBBB WBWBWWBBBBBBWW
60
27
9 8 WWWWBBBB BBBWBBWW BWWWBBBB BWWWBWBB WWBBBBWW WWWWWWWW BWBBWBWB BWBBWWBW WBBBWBBW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if chessBoard[i][j] == "B": ~~~~~~~~~~^^^ IndexError: list index out of range
26
10 8 BWBWWWWB WWWWBBWW BBBWWWBW WBWBBWWB WWWWWBWW WBWBWWWB WWBBWWWW BWBWWWBB WWBBWBBW WWBWWWBW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> if chessBoard[i][j] == "W": ~~~~~~~~~~^^^ IndexError: list index out of range
27
10 9 BBBBBBBBB BBBBBBBBB BWBBBBBWB WBBBBBBBB WBBBBBBBB BBBBBWBBB WBBBBBBWW BBBBBBBBB BBBBWBBBW BBBBBBWBB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> if chessBoard[i][j] == "B": ~~~~~~~~~~^^^ IndexError: list index out of range
31