diff --git a/problems/kamacoder/0055.右旋字符串.md b/problems/kamacoder/0055.右旋字符串.md index 4dea19a8..1444bcae 100644 --- a/problems/kamacoder/0055.右旋字符串.md +++ b/problems/kamacoder/0055.右旋字符串.md @@ -23,7 +23,7 @@ ``` 2 abcdefg -``` +``` 样例输出: @@ -336,6 +336,32 @@ var reverseLeftWords = function(s, n) { ### PHP: +```php + +``` + ### Scala: @@ -349,3 +375,4 @@ var reverseLeftWords = function(s, n) { +