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

首頁 > 學院 > 開發設計 > 正文

1071. Speech Patterns (25)

2019-11-11 03:10:42
字體:
來源:轉載
供稿:網友

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

代碼:

#include<cstdio>  #include<cstring>  #include<cstdlib> #include<cmath>#include<map>#include<string>#include<iostream>#include<algorithm>  using namespace std; bool check(char c){   if(c>='0'&&c<='9')return true;   if(c>='a'&&c<='z')return true;   if(c>='A'&&c<='Z')return true;   return false;}int main()  {   	map<string,int>s;	string str;	getline(cin,str);	int i=0;	while(i<str.length()){		string temp;		while(i<str.length()&&check(str[i])==true){			if(str[i]>='A'&&str[i]<='Z'){			     str[i]+=32;			}			temp+=str[i];			i++;		}		if(temp!=" "){			if(s.find(temp)==s.end()) s[temp]=1;			else s[temp]++;		}		while(i<str.length()&&check(str[i])==false){		  i++;		}	}	string final;	int max=0;	for(map<string,int>::iterator i=s.begin();i!=s.end();i++){		if(i->second>max){			max=i->second;			final=i->first;		}	}	cout<<final<<" "<<max<<endl;    system("pause");  }                  


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 达尔| 工布江达县| 榆社县| 林周县| 南皮县| 张家川| 麦盖提县| 吐鲁番市| 潜山县| 耿马| 中西区| 兴山县| 浪卡子县| 富裕县| 抚顺县| 瑞金市| 聊城市| 寻乌县| 贞丰县| 赤峰市| 富宁县| 沙坪坝区| 纳雍县| 阜平县| 锡林郭勒盟| 石林| 婺源县| 合江县| 夏河县| 昌邑市| 攀枝花市| 木兰县| 蕲春县| 商水县| 丹寨县| 普宁市| 太原市| 茂名市| 同仁县| 唐山市| 炎陵县|