摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const ll mod = 1e9+7; 5 ll qpow(ll a,ll b){ 6 ll ans = 1 ; 7 while (b) { 8 阅读全文
posted @ 2019-07-24 10:54 Osea 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1 #include<bits/stdc++.h> 2 #define B bitset<105> 3 using namespace std; 4 typedef long long ll ; 5 const int N = 105 ; 6 B G[N] ; 7 ll a[N] ; 8 typed 阅读全文
posted @ 2019-07-24 10:53 Osea 阅读(153) 评论(0) 推荐(0) 编辑