Main.cc: In function 'int main()':
Main.cc:7:14: error: 'm' was not declared in this scope
cin>>m;
^
Main.cc:11:12: error: 'maxn' was not declared in this scope
if(maxn<a[i]) maxn=a[i],no=i;//找票数最多的编号
^
Main.cc:11:33: error: 'no' was not declared in this scope
if(maxn<a[i]) maxn=a[i],no=i;//找票数最多的编号
^
Main.cc:13:11: error: 'no' was not declared in this scope
cout<<no<<endl;
^