摘要: #include <cstring>#include <iostream>#include <algorithm>using namespace std;const int N=20,M=1<<N;int n;int w[N][N];int f[M][N];int main(){ cin>>n; f 阅读全文
posted @ 2022-03-14 21:31 小白QIU 阅读(26) 评论(0) 推荐(0)
摘要: #include <iostream>#include <cstring>#include <algorithm>using namespace std;const int N=12,M=1<<N;int n,m;long long f[N][N];bool st[N];int main(){ wh 阅读全文
posted @ 2022-03-14 21:04 小白QIU 阅读(33) 评论(0) 推荐(0)