07 2021 档案
摘要:长沙理工H //总的是DP的思想,前一遍dp,后一遍dp,然后枚举中间点得到最大值 #include<bits/stdc++.h> #define ll long long #define inf 0x3f3f3f3f //int #define linf 0xffffffffff // long
阅读全文
摘要:链接 //快速幂 是把k展开,看哪一位是1,就乘 // ans+=s*c%m erro #include<bits/stdc++.h> #define inf 0x3f3f3f3f #define ll long long using namespace std; const int N=1e5+1
阅读全文