摘要: #include <iostream> #include <algorithm> # define LL long long using namespace std; const int maxn=11000002; char data[maxn<<1]; int len[maxn<<1]; int 阅读全文
posted @ 2020-03-14 21:15 feibilun 阅读(143) 评论(0) 推荐(0)
摘要: link #include <iostream> # define LL long long using namespace std; LL b; LL p,k; int main(){ scanf("%lld%lld%lld", &b, &p, &k); LL d=p; LL ans=1; LL 阅读全文
posted @ 2020-03-14 15:14 feibilun 阅读(130) 评论(0) 推荐(0)