vector<char> result;

    string str="";

        for(int i=0;i<result.size();i++){

            str.push_back(result[i]);

相关文章: