南阳13

Posted Jeson

tags:

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

 1  #include<stdio.h>
 2 int main()
 3 {
 4     int n,m,t,i,s,r;
 5     scanf("%d",&n);
 6     while(n--)
 7     {
 8         scanf("%d",&m);
 9         for(i=0,s=1,t=0; i<m-1; i++)
10         {
11             r=s;
12             s+=t;
13             t=r;
14         }
15         if(m==1)
16             printf("1\n");
17         else
18             printf("%d\n",s);
19     }
20     return 0;
21 }        

 

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

南阳274

南阳264

南阳975

南阳311

南阳814

南阳28