随笔分类 -  高精度

摘要:How Many Fibs?Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2282 Accepted Submission(s): 926 Problem DescriptionRecall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n >= 3) Given two numbers a and b, calculate h 阅读全文
posted @ 2012-09-19 21:05 兴安黑熊 阅读(195) 评论(0) 推荐(1)