Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
148013 罗迎甲 14兔子问题 C++ Presentation Error 0 MS 260 KB 228 2026-02-09 14:00:21

Tests(0/1):


Code:

#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; }