정답 개수:
56
틀린 개수:
0
실행 실패 개수:
44
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 1 1 1 1 1 1 1 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> check_set(board, num) ~~~~~~~~~^^^^^^^^^^^^ File "Main.py", line 34, in check_set fiq += board[(n*i + n//3):(n*i+ + 2 * (n//3))] ^^^ UnboundLocalError: cannot access local variable 'fiq' where it is not associated with a value
0 0 1
3 0 0 0 0 0 0 0 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> check_set(board, num) ~~~~~~~~~^^^^^^^^^^^^ File "Main.py", line 34, in check_set fiq += board[(n*i + n//3):(n*i+ + 2 * (n//3))] ^^^ UnboundLocalError: cannot access local variable 'fiq' where it is not associated with a value
0 1 0
3 0 0 1 0 0 1 0 0 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> check_set(board, num) ~~~~~~~~~^^^^^^^^^^^^ File "Main.py", line 34, in check_set fiq += board[(n*i + n//3):(n*i+ + 2 * (n//3))] ^^^ UnboundLocalError: cannot access local variable 'fiq' where it is not associated with a value
0 6 3