摘要: A 题解:倒叙枚举即可。 #include<bits/stdc++.h> using namespace std; typedef long long ll; const ll N=1e6+3; ll b,k,a[N]; void Solve() { cin>>b>>k;ll s=0,p=1; fo 阅读全文
posted @ 2023-01-29 10:17 Hanghang007 阅读(35) 评论(0) 推荐(0)