정답 개수:
44
틀린 개수:
34
실행 실패 개수:
22
1 0 1 0
8
8
1 1 1 1
9
9
2 0 2 4
23 24 25 26
23 24 25 26 51
4 1 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 43, in <module> print(*[f"{num:2}" for num in square[r1][c1:c2 + 1]]) IndexError: list index out of range
78
3 -2 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 43, in <module> print(*[f"{num:2}" for num in square[r1][c1:c2 + 1]]) IndexError: list index out of range
44 45 46 47 75 76 77 78
3 -1 4 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 43, in <module> print(*[f"{num:2}" for num in square[r1][c1:c2 + 1]]) IndexError: list index out of range
45 46 47 76 77 78