Loading

摘要: How many Fibs?DescriptionRecall the definition of the Fibonacci numbers:f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n>=3) Given two numbers a and b, calcul... 阅读全文
posted @ 2014-08-27 18:03 北岛知寒 阅读(249) 评论(0) 推荐(0)