정답 개수:
50
틀린 개수:
10
실행 실패 개수:
40
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
5 4 1114 1171 9609 7368 8019
1
4
3 8 55509224 55338442 43851422
1
4
4 6 116364 113101 000044 127471
1
4
2 2 01 71
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> Width = GetWidth(Start,n,m) File "Main.py", line 13, in GetWidth P1,P2,P3,P4 = squre[YStart][XStart],squre[YStart][XStart+Width-1],squre[YStart+Width-1][XStart+Width-1],squre[YStart+Width-1][XStart] ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ IndexError: list index out of range
1
3 3 012 345 678
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> Width = GetWidth(Start,n,m) File "Main.py", line 13, in GetWidth P1,P2,P3,P4 = squre[YStart][XStart],squre[YStart][XStart+Width-1],squre[YStart+Width-1][XStart+Width-1],squre[YStart+Width-1][XStart] ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ IndexError: list index out of range
1
4 3 012 345 678 901
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> Width = GetWidth(Start,n,m) File "Main.py", line 13, in GetWidth P1,P2,P3,P4 = squre[YStart][XStart],squre[YStart][XStart+Width-1],squre[YStart+Width-1][XStart+Width-1],squre[YStart+Width-1][XStart] ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ IndexError: list index out of range
1