摘要:
地宫取宝 https://www.acwing.com/problem/content/1214/ 1.纯dfs,超时得一半分 #include<bits/stdc++.h> using namespace std; const int MOD=1e9+7; int q[50][50]; int n 阅读全文
摘要:
https://www.acwing.com/problem/content/description/1211/ 全排列问题+如何利用全排列插入符号来计算 #include <bits/stdc++.h> using namespace std; const int N=10; int dist[N 阅读全文