国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

1054. The Dominant Color (20)

2019-11-11 02:47:35
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

題目:https://www.patest.cn/contests/pat-a-PRactise/1054

代碼:

#include<cstdio>  #include<cstring>  #include<cstdlib> #include<cmath>#include<map>#include<string>#include<iostream>#include<algorithm>  using namespace std; int main()  {   	int n,m,temp;	scanf("%d%d",&n,&m);	map<int,int> s;	for(int i=0;i<n;i++){		for(int j=0;j<m;j++){		   scanf("%d",&temp);		   if(s.find(temp)!=s.end())s[temp]++;		   else s[temp]=1;		}	}    int k=0,max=0;	for(map<int,int>::iterator i=s.begin();i!=s.end();i++){		if(i->second>max){			k=i->first;			max=i->second;		}	}	printf("%d/n",k);    system("pause");  }                  


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 大同市| 汕尾市| 侯马市| 绵竹市| 喀喇沁旗| 武平县| 无为县| 视频| 清流县| 齐齐哈尔市| 永胜县| 五原县| 阳曲县| 奉新县| 邵东县| 商丘市| 城口县| 千阳县| 齐齐哈尔市| 惠来县| 张家港市| 海安县| 环江| 萍乡市| 东兴市| 鞍山市| 乾安县| 鄄城县| 大渡口区| 娱乐| 延庆县| 安新县| 固镇县| 北安市| 秦皇岛市| 九龙坡区| 大名县| 诸暨市| 孙吴县| 怀柔区| 云林县|