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

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b; c=max(a,n) cout<<"max="<<c;; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:13: error: 'n' was not declared in this scope
     c=max(a,n)
             ^