2020 暑期qbxt 腾飞 test1
摘要:` #include using namespace std; const int MOD(1000000000 + 7); const int Max_N(1000050); namespace io { const int SIZE = (1 << 21) + 1; char ibuf[SIZE
阅读全文
posted @
2020-08-01 20:56
Allen_lml
阅读(92)
推荐(1) 编辑
洛谷P2822组合数取模
摘要:不会组合数基础性质的请转:https://i-beta.cnblogs.com/posts/edit;postId=12653316 首先我们知道,杨辉三角就是组合数,我们把杨辉三角左对齐后 有 1 1 2 1 1 3 3 1 1 4 6 4 1 ... 会发现第一列和最后一列的数都是1 其余的数都
阅读全文
posted @
2020-05-03 21:20
Allen_lml
阅读(152)
推荐(0) 编辑