会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
C2022lihan
博客园
首页
新随笔
联系
订阅
管理
2021年11月24日
有趣的数列
摘要: 1.为什么是卡特兰数 2.如何求组合数 应该是比较简单的。 way 1: 分解质因数 way 2: 求质数在 n! 中出现了多少次 (faster) code 1: #include <cmath> #include <queue> #include <vector> #include <cstdi
阅读全文
posted @ 2021-11-24 15:54 C2022lihan
阅读(26)
评论(0)
推荐(0)
编辑
公告