老鼠

#include


int main(viod){
int old = 2, first = 0, second = 0, third = 0,i = 0,count = 0;
for (i = 0; i < 20; i++)
{
old = old + third;
third = second;
second = first;
first = old;
}
count = old + first + second + third;
printf("%d\n",count);
system("pause");

}

大笑

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章