정답 개수:
12
틀린 개수:
1
실행 실패 개수:
87
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
14 14 BWBBBBBBBBBBBW BWBBBWBBBBBWBB BWBBWBBBBBBWBB BBWBWBBBBBBBBB BBWBBWBBBBBBBW WBBBBBBBBBBBBB BBBBWBBBBBBBBB BBBBBBWBBBBBBB WBBBWWBBWBWBBB BWWBBBBBBBWBWB BBWBBBBBBBBBBB BBBBBBBBBBBBBW WBBBBBBBBBWBBW BBBBBBBBBBBBBW
29
28
8 9 WWWBBWWWW BWWWWWBWW WBBWWWWWW WWWWWBWWW WWWWWBWWB BWWWWWWWW WWWBBWWWW WWWWBWWBW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> if board[sr+i][sc+j] != color: count+=1 ~~~~~^^^^^^ IndexError: list index out of range
29
8 9 BBBBBBWWW WBBBWWBBB BBBWBBBBW WWWBBBBBB WBBBBWBBB BBBWWBBBB WBWBBBBBB BBBBWBBWW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> if board[sr+i][sc+j] != color: count+=1 ~~~~~^^^^^^ IndexError: list index out of range
31
9 8 BWBWWBWW BWWWWWBW BWBBWWWB BWBBWBBW WWWWWWBW WWWBWWBB BWWWWWWW WBBBBBWB WBWWBBBW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> if board[sr+i][sc+j] != color: count+=1 ~~~~~~~~~~~^^^^^^ IndexError: string index out of range
29