养兔子

Posted jaydenouyang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了养兔子相关的知识,希望对你有一定的参考价值。

题目:https://www.nowcoder.com/pat/2/problem/251

 1 #include <iostream>
 2 #include <algorithm>
 3 using namespace std;
 4 const int maxn = 92;
 5 long long f[maxn];
 6 void db(){
 7     f[1] = 1;
 8     f[2] = 2;
 9     for (int i = 3; i < maxn; i++){
10         f[i] = f[i - 1] + f[i - 2];
11     }
12 }
13 
14 int main(){
15     db();
16     int n;
17     while (cin >> n){
18         cout << f[n] << endl;
19     }
20     //system("pause");
21     return 0;
22 }

 

以上是关于养兔子的主要内容,如果未能解决你的问题,请参考以下文章

兔舍环境制约养兔业生产水平,环境监控技术促进养兔业发展!

iContact卷曲子代码

创建广告时出现代码 200 和子代码 1487194 的 Facebook 错误背后的原因是啥?

在 SpriteKit 中出现错误。 - 线程 1:EXC_BREAKPOINT(代码=1,子代码=0x1007351fc)

Facebook OAuthException代码190子代码490 - 用户注册了阻塞的登录检查点

斯威夫特 3 - 'EXC_BAD_INSTRUCTION(代码 = EXC_1386_INVOP,子代码 = 0x0)' 错误