摘要: code #include<algorithm> #include<cstring> #include<iostream> using namespace std; const int N=20,M=1<<N; int f[M][N],w[N][N]; int main(){ ios::sync_w 阅读全文
posted @ 2022-03-06 20:22 ggexs 阅读(54) 评论(0) 推荐(0)