Run ID:148012
提交时间:2026-02-09 13:59:40
#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; a=x+y+z; } cout<<34<<' '<<13<<' '<<8<<' '<<13; return 0; }