摘要:
"CF1153A" 直接做啊,分类讨论即可 c++ include include include include include include include include include include using namespace std; define lowbit(x) (x)&( 阅读全文
摘要:
题目列表:https://loj.ac/problems/search?keyword=JOI+2018+Final T1 寒冬暖炉 贪心 暴力考虑每相邻两个人之间的间隔,从小到大选取即可 c++ include include include include include include inc 阅读全文
摘要:
题目链接: "CF1106F Lunar New Year and a Recursive Sequence" 大意:已知$f_1,f_2,\cdots,f_{k 1}$和$b_1,b_2,\cdots,b_k$,且有递推关系 $$ f_i=(\prod_{j=1}^kf_{i j}^{b_j})\ 阅读全文