Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
122905 张铖睿 19神秘数字 C++ Compile Error 0 MS 0 KB 234 2025-06-22 09:12:48

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int x1,x2; cin>>n>>m; for(int a=1;;a++) { x1=((a*8+7)*8+1)*8+1; x2=17*(2*a*17+15)+4; if(x1==x2) { cout<<x1; break; } } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:7: error: 'n' was not declared in this scope
  cin>>n>>m;
       ^
Main.cc:5:10: error: 'm' was not declared in this scope
  cin>>n>>m;
          ^