diff --git a/problems/0541.反转字符串II.md b/problems/0541.反转字符串II.md index d9b9466c..8c654a17 100644 --- a/problems/0541.反转字符串II.md +++ b/problems/0541.反转字符串II.md @@ -64,22 +64,7 @@ public: ``` -``` -class Solution { -public: - string reverseStr(string s, int k) { - int n=s.size(),pos=0; - while(pos