Content-Length: 564 | pFad | http://github.com/youngyangyang04/leetcode-master/pull/2899.diff
thub.com diff --git "a/problems/0344.\345\217\215\350\275\254\345\255\227\347\254\246\344\270\262.md" "b/problems/0344.\345\217\215\350\275\254\345\255\227\347\254\246\344\270\262.md" index 793c9af362..fb4fe4952d 100644 --- "a/problems/0344.\345\217\215\350\275\254\345\255\227\347\254\246\344\270\262.md" +++ "b/problems/0344.\345\217\215\350\275\254\345\255\227\347\254\246\344\270\262.md" @@ -93,7 +93,7 @@ swap可以有两种实现。 一种就是常见的交换数值: ```CPP -int tmp = s[i]; +char tmp = s[i]; s[i] = s[j]; s[j] = tmp;Fetched URL: http://github.com/youngyangyang04/leetcode-master/pull/2899.diff
Alternative Proxies: