#include using namespace std; int output_1(string s, char c); int output_2(string s, char c); int main() { string str; char c; cout <