Run ID:95367

提交时间:2024-10-27 12:44:39

int main(){ int a=1,b=1; int c; cin>>c; for(int i=4;i<=c;i++) { int temp=a; a=b; b=temp+b; } cout<<a+b;