Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
153927 余建成 19众数 C++ Compile Error 0 MS 0 KB 234 2026-05-24 11:20:54

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int x,t[1001]={ },a,max=0; cin>>x; for(int i=1;i<=n;i++){ cin>>a; t[a]++; } for(int i=1;i<=1000;i++){ if(t[i]>t[max])max=i; } cout<<max<<endl; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:17: error: 'n' was not declared in this scope
  for(int i=1;i<=n;i++){
                 ^