정답 개수:
32
틀린 개수:
27
실행 실패 개수:
41
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 1 1
-1
0
1 2 11
-1
0
1 3 111
-1
0
3 3 101 110 010
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 62, in <module> main() File "Main.py", line 43, in main if A[y][x] != B[y][x]: # A, B의 원소가 다르면 뒤집어야 함 IndexError: string index out of range
-1
3 3 000 110 111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 62, in <module> main() File "Main.py", line 43, in main if A[y][x] != B[y][x]: # A, B의 원소가 다르면 뒤집어야 함 IndexError: string index out of range
-1
3 3 100 011 111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 62, in <module> main() File "Main.py", line 43, in main if A[y][x] != B[y][x]: # A, B의 원소가 다르면 뒤집어야 함 IndexError: string index out of range
-1