随笔分类 -  观察-找规律-思维

百题计划-4 codeforces 652 div2 D. TediousLee 找规律
摘要:https://codeforces.com/contest/1369/problem/D n<=2e6,所以只要找递推式就可以了,不需要找快速幂 /** */ #include<bits/stdc++.h> using namespace std; typedef long long ll; co 阅读全文

posted @ 2020-08-21 19:40 KEZ 阅读(109) 评论(0) 推荐(0)

导航