摘要: int main(){ int a,b; a=1; b=1; int n; cin>>n; int i=0;while (i<n-1)//循环多少次,可以推出来。 { c=a+b; a=b; b=c; i++ } 阅读全文
posted @ 2021-07-21 15:31 焓青 阅读(30) 评论(0) 推荐(0)