정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
8 8 WBWBWBWB BWBWBWBW WBWBWBWB BWBBBWBW WBWBWBWB BWBWBWBW WBWBWBWB BWBWBWBW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if (l[row][col] != chess[row%2][j]): IndexError: string index out of range
1
8 8 WBWWWWBW WWWWWWWW WWWWWBWW WWBWBWWW BWBBWWWW BBWBWWWB WBWWWBWW WWWWBWWW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if (l[row][col] != chess[row%2][j]): IndexError: string index out of range
29
12 8 BWWWWBBB WWBBBWWW BBWWBBWW WBWWWBBB WWWBWWBW BBWWWWBB WBWWBWBB WWBWWWWW WWBWWWWW BWBWWWWB BBBBBBWW WBBBBBWW
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if (l[row][col] != chess[row%2][j]): IndexError: string index out of range
31