hdoj:2027
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hdoj:2027相关的知识,希望对你有一定的参考价值。
#include <iostream> #include <string> #include <vector> using namespace std; int main() { int n; cin >> n; string t; getline(cin, t); while (n >= 1) { string s; int a = 0, e = 0, i = 0, o = 0,u=0; getline(cin, s); for (char &c : s) { if (c == ‘a‘) a++; else if (c == ‘e‘) e++; else if (c == ‘i‘) i++; else if (c == ‘o‘) o++; else if (c == ‘u‘) u++; } cout << "a:" << a << endl; cout << "e:" << e << endl; cout << "i:" << i << endl; cout << "o:" << o << endl; cout << "u:" << u << endl; if (n!=1) cout << endl; n--; } }
以上是关于hdoj:2027的主要内容,如果未能解决你的问题,请参考以下文章
Qt_C2188-负下标C2027QScopedPointer