题解 | #c++ 四行#

左旋转字符串

http://www.nowcoder.com/practice/12d959b108cb42b1ab72cef4d36af5ec

class Solution {
public:
    string LeftRotateString(string str, int n) {
        while(n--){
            char temp = str[0];
            remove(str.begin(), str.end(),temp);
            str[str.size()-1] = temp;
        }return str;
    }
};
全部评论

相关推荐

拒绝无效加班的小师弟很中意你:求职意向没有,年龄、课程冗余信息可以删掉,需要提升项目经历。排版需要修改。
点赞 评论 收藏
分享
AFBUFYGRFHJLP:直接去美帝试试看全奖phd吧
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务