Creating a program that can guess a string of ABCD

后端 未结 0 1210
滥情空心
滥情空心 2021-01-29 10:37

I have the following function:

void guessString(std::string &userInput, std::string &guess, int num, int count){
    if(num == userInput.size()){
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题