123456
string input; if(input.find("Hi")!=string::npos) { cout<<"Hey there! What's up?"; }
!=string::npos