摘要: 1.计算系数 题目:https://www.luogu.com.cn/problem/P1313 解析: 直接套用二项式定理,使用快速幂计算组合数 代码: #include<bits/stdc++.h> #define ll long long using namespace std; const 阅读全文
posted @ 2023-08-31 23:09 天雷小兔 阅读(25) 评论(0) 推荐(0)