2023年1月15日
摘要: Problem Description“Well, it seems the first problem is too easy. I will let you know how foolish you are later.” feng5166 says. “The second problem i 阅读全文
posted @ 2023-01-15 18:15 ruoye123456 阅读(25) 评论(0) 推荐(0)
摘要: Problem DescriptionAs we all known , the Fibonacci series : F(0) = 1, F(1) = 1, F(N) = F(N - 1) + F(N - 2) (N >= 2).Now we define another kind of Fibo 阅读全文
posted @ 2023-01-15 16:28 ruoye123456 阅读(32) 评论(0) 推荐(0)
摘要: Problem DescriptionEverybody knows Fibonacci numbers, now we are talking about the Tribonacci numbers:T[0] = T[1] = T[2] = 1;T[n] = T[n - 1] + T[n - 2 阅读全文
posted @ 2023-01-15 09:49 ruoye123456 阅读(168) 评论(0) 推荐(0)