12345678
std::string ans; std::cin >> ans; if (ans == "Yes") { // Do one thing } else { // Do another thing }