정답 개수:
8
틀린 개수:
0
실행 실패 개수:
82
8 9 WWWWBBBWW BBBWBBWWB WBWBBWBBW WBBWBWBWB BBWWWBWWB BBBBBBWWB BWBBBBBWW BBBWWBWBW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if (l[row+i][col+j] != chess[(row+i)%2][col+j]): IndexError: string index out of range
30
8 9 WWWWWWWWW WWWWBWWWW WWBWWWWWW WWWWWWWWW WWWWWBBWW WWWWWWBWW WWBWWWWWW WWWWWWWWW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if (l[row+i][col+j] != chess[(row+i)%2][col+j]): IndexError: string index out of range
32
8 10 BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB BBBBBBBBBB
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> if (l[row+i][col+j] != chess[(row+i)%2][col+j]): IndexError: string index out of range
32