Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
145107 姜景文 输出较大的数 C++ Compile Error 0 MS 0 KB 133 2026-01-25 08:43:29

Tests(0/0):


Code:

#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<"max="<< max(a,n); return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:28: error: 'n' was not declared in this scope
       cout<<"max="<< max(a,n);
                            ^