F
Size: a a a
🎄T
К
int a[255] = { };
std::string str = "Hey, this is Gabe Newell. I created Valve (nice english)";
for (auto& it : str) {
a[it]++;
}
for (int i = start_lowercase; i < start_uppercase; i++) {
std::cout << static_cast<char>(i) << std::ends << a[i] << std::endl;
}
К
F
🎄T
S
F
К
S
S
К
К
К
К
К
К
S
К
S