정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> matrix = array.array(map(int, lines[1:a+1])) TypeError: array() argument 1 must be a unicode character, not map
3
1 -9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> matrix = array.array(map(int, lines[1:a+1])) TypeError: array() argument 1 must be a unicode character, not map
-9
3 -5 -2 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> matrix = array.array(map(int, lines[1:a+1])) TypeError: array() argument 1 must be a unicode character, not map
-5 -2 0