diff --git a/code_study/Baekjoon/c/15650.c b/code_study/Baekjoon/c/15650.c new file mode 100644 index 0000000..d1e0fba --- /dev/null +++ b/code_study/Baekjoon/c/15650.c @@ -0,0 +1,30 @@ +#include +#include + +void dfs(int N, int M, int now, int* result, int ResLen){ + if(ResLen == M) { + for(int i=0; i