A. Vowel Count题意:判断元音字母是不是多于其它字母#include<iostream>#include<cstdio>#include<cmath>#include<algorithm>using namespace std;int main(){ int n; cin>>n; while(n--){ string s; int counts=0; cin>>s; for(int i ......
本文摘自 :https://www.cnblogs.com/
海量资源,尽在掌握
A. Vowel Count题意:判断元音字母是不是多于其它字母#include<iostream>#include<cstdio>#include<cmath>#include<algorithm>using namespace std;int main(){ int n; cin>>n; while(n--){ string s; int counts=0; cin>>s; for(int i ......
本文摘自 :https://www.cnblogs.com/
开通会员,享受整站包年服务