Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
118523 | 袁龙浩 | 14兔子问题 | C++ | Compile Error | 0 MS | 0 KB | 487 | 2025-05-04 15:05:16 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int yt=0,xt=0,ct=0,yt0=1,xt0=0,ct0=0; for(int i=1;i<=8;i++){ yt=ct0+xt0; xt=yt0; ct=xt0+ct; yt0=y; xt0=xt; ct0=ct; } cout<<yt<<" "<<xt<<" "<<ct; return 0; }
Main.cc: In function 'int main()': Main.cc:13:13: error: 'y' was not declared in this scope yt0=y; ^