
大数
Lngxling
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU - 1042 N!
N! Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Total Submission(s): 86875 Accepted Submission(s): 25551 Problem Description Given an integer N原创 2017-12-12 22:34:00 · 185 阅读 · 0 评论 -
POJ - 3982 序列
序列 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 8289 Accepted: 3752 Description 数列A满足An = An-1 + An-2 + An-3, n >= 3 编写程序,给定A0, A1 和 A2, 计算A99 In原创 2017-12-12 22:35:24 · 350 阅读 · 0 评论 -
HDU - 1047 Integer Inquiry
Integer Inquiry Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 22232 Accepted Submission(s): 6027 Problem Description One of th原创 2017-12-12 22:38:29 · 382 阅读 · 0 评论 -
HDU - 1715 大菲波数
大菲波数 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 21128 Accepted Submission(s): 7136 Problem Description Fibonacci数列,定义如下: f原创 2017-12-12 22:39:28 · 218 阅读 · 0 评论 -
UVA - 10183 How Many Fibs? —— 大数斐波那契
Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn−1 + fn−2 (n ≥ 3) Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a, b]. Input The input conta原创 2018-01-23 21:01:55 · 333 阅读 · 0 评论