摘要: //声明:非原创什么是卡特兰数?明安图数,又称卡塔兰数,英文名Catalan number,是组合数学中一个常出现于各种计数问题中的数列。以中国蒙古族数学家明安图 (1692-1763)和比利时的数学家欧仁·查理·卡塔兰 (1814–1894)的名字来命名,其前几项为(从第零项开始) : 1, 1, 阅读全文
posted @ 2022-07-21 19:19 Catherine_leah 阅读(311) 评论(0) 推荐(1) 编辑
摘要: A. 随 我到现在还理解的不太深刻…… #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 1e5 + 2; const ll mod = 1e9 + 7; const int IN 阅读全文
posted @ 2022-07-21 18:40 Catherine_leah 阅读(44) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-07-21 16:32 Catherine_leah 阅读(1) 评论(0) 推荐(0) 编辑
/* */