Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
107693 | 李佳璟 | 19神秘数字 | C++ | Compile Error | 0 MS | 0 KB | 241 | 2025-01-18 11:18:20 |
#include<iostream> using namespace std; int main(){ int a,x1,x2; for(int a=1;;a++){ x1 = ((a*8+1)*8+1)*8+1; x2 = (2*a*17+15)*17+4; if(x1==x2){ cout<<xi<<endl; } } return 0; }
Main.cc: In function 'int main()': Main.cc:9:18: error: 'xi' was not declared in this scope cout<