정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 0 6 14 4 6 0 1 3 7 5 0 5 5 8 9 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> table[frozenset((i,j))] += values[j] TypeError: unsupported operand type(s) for +=: 'int' and 'str'
2
4 0 12 10 3 10 0 12 7 5 16 0 1 14 2 9 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> table[frozenset((i,j))] += values[j] TypeError: unsupported operand type(s) for +=: 'int' and 'str'
6
4 0 1 2 10 12 0 16 16 7 1 0 12 9 16 11 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> table[frozenset((i,j))] += values[j] TypeError: unsupported operand type(s) for +=: 'int' and 'str'
2