【数学】编程能力进阶

题单介绍

这里是一套数学/数论题!我会把自己做过的一些有意思的题目放在这个题单中,欢迎各位来爆切,如果有有意思的题目,也可以私信我让我添加。 ![](https://i.loli.net/2020/09/11/6lZcn19bhqYp5ao.jpg) $$\color{cadetblue}\text{数学是科学的皇后,数学也是世界的法则。}$$ ## 题目算法简析 - $\textsf{P1075}$ [质因数分解](https://www.luogu.com.cn/problem/P1075):素数 - $\textsf{P1888}$ [三角函数](https://www.luogu.com.cn/problem/P1888):三角函数/约分/排序/$\gcd$ - $\textsf{P6159}$ [\[Cnoi2020\]光图](https://www.luogu.com.cn/problem/P6159):模拟/同余/数形结合 - $\textsf{P2640}$ [神秘磁石](https://www.luogu.com.cn/problem/P2640):模拟/搜索/质数筛 - $\textsf{P5436}$ [【XR-2】缘分](https://www.luogu.com.cn/problem/P5436):$\gcd$ - $\textsf{P6039 }$ [「ACOI2020」音速](https://www.luogu.com.cn/problem/P6039):坐标系/三角函数 - $\textsf{P6160}$ [\[Cnoi2020\]向量](https://www.luogu.com.cn/problem/P6160):向量 - $\textsf{P2388}$ [阶乘之乘](https://www.luogu.com.cn/problem/P2388):质因子/阶乘 - $\textsf{P5440}$ [【XR-2】奇迹](https://www.luogu.com.cn/problem/P5440):搜索/剪枝/质数筛 - $\textsf{P6161}$ [\[Cnoi2020\]高维](https://www.luogu.com.cn/problem/P6161):构造/维度 - $\textsf{P1024}$ [一元三次方程求解](https://www.luogu.com.cn/problem/P1024):二分/枚举/各种定理 - $\textsf{P5656}$ [【模板】二元一次不定方程(exgcd)](https://www.luogu.com.cn/problem/P5656):$\rm exgcd$ - $\textsf{P2441}$ [角色属性树](https://www.luogu.com.cn/problem/P2441):树/枚举/质数筛/栈 - $\textsf{P6162}$ [\[Cnoi2020\]四角链](https://www.luogu.com.cn/problem/P6162):组合/容斥 - $\textsf{P4016}$ [负载平衡问题](https://www.luogu.com.cn/problem/P4016):贪心/最大流/费用流 - $\textsf{P2261}$ [\[CQOI2007\]余数求和](https://www.luogu.com.cn/problem/P2261):推式子/枚举/分块 - $\textsf{P2398}$ [GCD SUM](https://www.luogu.com.cn/problem/P2398):推式子/质数筛/反演/调和级数

题目列表

  • [NOIP2001 提高组] 一元三次方程求解
  • [NOIP2012 普及组] 质因数分解
  • 三角函数
  • [Cnoi2020] 光图
  • 神秘磁石
  • 【XR-2】缘分
  • 「ACOI2020」音速
  • [Cnoi2020] 向量
  • 阶乘之乘
  • 【XR-2】奇迹
  • [Cnoi2020] 高维
  • 【模板】模意义下的乘法逆元
  • [NOIP2012 提高组] 同余方程
  • [AGC001B] Mysterious Light
  • 【模板】二元一次不定方程 (exgcd)
  • 角色属性树
  • [Cnoi2020] 四角链
  • 负载平衡问题
  • [CQOI2007] 余数求和
  • 骰子
  • 【模板】中国剩余定理(CRT)/ 曹冲养猪
  • [TJOI2009] 猜数字
  • GCD SUM
  • GCD
  • 上帝与集合的正确用法
  • 【模板】扩展中国剩余定理(EXCRT)
  • [THUPC2018] 密码学第三次小作业
  • 青蛙的约会