摘要: #include <iostream> using namespace std; void _a(int n){ int a=0,b=1; int c; if(n<=2){ cout<<1; } for (int i =0;i<n;i++) { c=a+b; a=b; b=c; cout<<c<<" 阅读全文
posted @ 2025-04-25 19:14 昵称就是最好的昵称 阅读(2) 评论(0) 推荐(0)