#include <cctype> #include <iostream> #include <algorithm> #include <string> using namespace std; bool countC(char c); char g_c; int main() { string str_s; getline(cin, str_s); g_c = tolower(getchar()); cout << count_if(str_s.begin(), str_s.end(), cou...