百题计划-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
浙公网安备 33010602011771号