摘要: 点击查看代码 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1e6 + 10; ll a,b,p; ll solve() { ll ans=0; while(b) { if(b&1) 阅读全文
posted @ 2023-02-13 19:39 xxj112 阅读(17) 评论(0) 推荐(0)
摘要: 点击查看代码 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int N = 1e6 + 10; ll a,b,p; ll solve() { ll ans=1; while(b) { if(b&1) 阅读全文
posted @ 2023-02-13 19:26 xxj112 阅读(13) 评论(0) 推荐(0)