摘要: 点击查看代码 #include<iostream> #include<cstring> #include<vector> using namespace std; typedef long long LL; const int N = 110, M = 1 << 10; int n, m; int 阅读全文
posted @ 2022-07-06 23:03 wKingYu 阅读(46) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<iostream> #include<cstring> #include<vector> using namespace std; typedef long long LL; const int N = 14, M = 1 << 12; const int mod = 阅读全文
posted @ 2022-07-06 20:51 wKingYu 阅读(29) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<iostream> #include<cstring> #include<vector> using namespace std; typedef long long LL; const int N = 12, M = 1 << 10, K = 110; int n, 阅读全文
posted @ 2022-07-06 00:02 wKingYu 阅读(49) 评论(0) 推荐(1)