摘要:
大佬博客:传送门 组合数公式: 一、关于卡特兰数 卡特兰数是一种经典的组合数,经常出现在各种计算中,其前几项为 : 1, 2, 5, 14, 42, 132, 429, 1430, 4862, 16796, 58786, 208012, 742900, 2674440, 9694845, 353 阅读全文
摘要:
本人水平有限,题解不到为处,请多多谅解 本蒟蒻谢谢大家观看 题目: Problem E: 树状数组 1 :单点修改,区间查询 Description 给定数列 a[1],a[2],…,a[n],你需要依次进行 q个操作,操作有两类:1 i x:给定 i,x将 a[i]加上 x;2 l r:给定 l, 阅读全文
摘要:
本人水平有限,题解不到为处,请多多谅解 本蒟蒻谢谢大家观看 题目:传送门 倍增求LCA模板 code: 阅读全文
摘要:
本人水平有限,题解不到为处,请多多谅解 本蒟蒻谢谢大家观看 题目: Problem A. Divisors(div.c/cpp/pas) Input fifile: div.in Output fifile: div.out Time limit: 1 seconds Memory limit: 1 阅读全文
摘要:
本人水平有限,题解不到为处,请多多谅解 本蒟蒻谢谢大家观看 题目: Market (market.c/cpp/pas) Input fifile: market.in Output fifile: market.out Time limit: 1 seconds Memory limit: 128 阅读全文