정답 개수:
0
틀린 개수:
8
실행 실패 개수:
2
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 2
1 2
4 4
1 2 3 4
7 7
1 2 3 4 5 6 7
5 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> dfs([x for x in range(1, n-m+2)], n, m) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 4, in dfs print(" ".join(str(x) for x in orig+[i])) ^ UnboundLocalError: cannot access local variable 'i' where it is not associated with a value
1 2 3 1 2 4 1 2 5 1 3 4 1 3 5 1 4 5 2 3 4 2 3 5 2 4 5 3 4 5
7 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> dfs([x for x in range(1, n-m+2)], n, m) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 4, in dfs print(" ".join(str(x) for x in orig+[i])) ^ UnboundLocalError: cannot access local variable 'i' where it is not associated with a value
1 2 3 4 1 2 3 5 1 2 3 6 1 2 3 7 1 2 4 5 1 2 4 6 1 2 4 7 1 2 5 6 1 2 5 7 1 2 6 7 1 3 4 5 1 3 4 6 1 3 4 7 1 3 5 6 1 3 5 7 1 3 6 7 1 4 5 6 1 4 5 7 1 4 6 7 1 5 6 7 2 3 4 5 2 3 4 6 2 3 4 7 2 3 5 6 2 3 5 7 2 3 6 7 2 4 5 6 2 4 5 7 2 4 6 7 2 5 6 7 3 4 5 6 3 4 5 7 3 4 6 7 3 5 6 7 4 5 6 7