-
입력예제 1 3 출력예제 1 1 2 3 1 2 1 3 1 2 3 2 3 #define _CRT_SECURE_NO_WARNINGS #include #include #include using namespace std; int n, ch[11]; void DFS(int L) { int i; if (L == n + 1) { for (i = 1; i