摘要: //POJ1995 2020/10/07 23:25 #include <bits/stdc++.h> using namespace std; #define ll long long int T, n, mod; int add (int x, int y) { return (0ll + x 阅读全文
posted @ 2020-10-07 23:34 maomao9173 阅读(91) 评论(0) 推荐(0) 编辑
摘要: //CH0103 2020/10/07 23:21 #include <bits/stdc++.h> using namespace std; const int N = 20; const int INF = 0x3f3f3f3f; int n, mp[N][N], val[N][1 << 20] 阅读全文
posted @ 2020-10-07 23:23 maomao9173 阅读(128) 评论(0) 推荐(0) 编辑
摘要: $bitset$用法详解 阅读全文
posted @ 2020-10-07 21:44 maomao9173 阅读(138) 评论(0) 推荐(0) 编辑
摘要: //CH0102 2020/10/07 21:16 #include <bits/stdc++.h> using namespace std; #define ll long long ll a, b, p; ll qadd (ll x, ll y, ll mod) { ll ret = 0; wh 阅读全文
posted @ 2020-10-07 21:17 maomao9173 阅读(109) 评论(0) 推荐(0) 编辑
摘要: //CH0101 2020/10/7 20:22 #include <bits/stdc++.h> using namespace std; int a, b, p; int add (int x, int y, int mod) { return (0ll + x + y) % mod; } in 阅读全文
posted @ 2020-10-07 21:06 maomao9173 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 无 阅读全文
posted @ 2020-10-07 20:43 maomao9173 阅读(94) 评论(0) 推荐(0) 编辑