3
2
4
51
336
207
47
class Solution { public: /** * @param str: a string * @param offset: an integer * @return: nothing */ void rotateString(string &str,int offset){ //wirte your code h...