Run ID:148013
提交时间:2026-02-09 14:00:21
#include<bits/stdc++.h> using namespace std; int main(){ int a=0,x=0,y=1,z=0; for(int b=2;b<=8;b++){ y=x; z+=y; x=z; } cout<<' '<<13<<' '<<8<<' '<<13; return 0; }