Hdu1800-Flying to the Mars(stl map函数初试水)

链接如下:

Problem - 1800

试一下map函数.


这篇文章的生词有

empire 帝国

nonnegative integer 非负整数

eligible 合适的,有资格的


#include

#include

using namespace std;

int main()

{

  int i,n,max;

  mapmp;

  while(scanf("%d",&n)!=EOF){

mp.clear();

while(n--){

scanf("%d",&i);

mp[i]++;

}

map::iterator it;

max=0;

for(it=mp.begin();it!=mp.end();it++)

if(maxsecond) max=it->second;

printf("%d\n",max);

}

return 0;

}

你可能感兴趣的:(Hdu1800-Flying to the Mars(stl map函数初试水))