左旋转字符串 左旋转字符串值将字符串开头的几个数字移到最后。 class Solution { public: string reverseLeftWords(string s, int n) { string str; str=s+s;