韩哥哥


私信TA

用户名:hzs

访问量:2216

签 名:

等  级
排  名 13746
经  验 910
参赛次数 0
文章发表 4
年  龄 0
在职情况 学生
学  校 中北大学
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

#include <stdio.h>

int main(){

int adult,one,two,three,all,n,i;

while(~scanf("%d",&n)){

if(n==0)

break;

for(adult=1,one=0,two=0,three=0,i=1;i<n;i++){

adult+=three;

three=two;

two=one;

one=adult;

}

all=adult+three+two+one;

printf("%d\n",all);

}

return 0;


 

0.0分

0 人评分

  评论区

  • «
  • »