
数学
文章平均质量分 79
zhan723284893
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【ACM ICPC World Finals 2012】 Curvy Little Bottles (二分)
谵语In her bike rides around Warsaw, Jill happened upon a shop that sold interesting glass bottles. She thought it might make an interesting project to use such bottles for measuring liquids, but原创 2014-07-27 19:50:42 · 628 阅读 · 0 评论 -
【2014 Multi-University Training Contest 6】 G. Series 1(n阶差分,组合数,大数)
用Java大数注意不能预处理组合数数组,会爆内存,原创 2014-08-09 13:28:07 · 508 阅读 · 0 评论 -
【BNUOJ】Squarefree number (数学)
题目链接:http://acm.bnu.edu.cn/v3/problem_show.php?pid=7931分析: 求一个数n(n 直接for找因子一个个判断的话复杂度为10^9,太慢。 一个很好的方法: 分3种情况: 1. n = k^2 (k 2. n/i = k^2 (k原创 2014-12-05 17:01:08 · 421 阅读 · 0 评论