We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ab6a7 commit 97c4cceCopy full SHA for 97c4cce
2018.12.2-leetcode557/557. 反转字符串中的单词 III
@@ -0,0 +1,7 @@
1
+给定一个字符串,你需要反转字符串中每个单词的字符顺序,同时仍保留空格和单词的初始顺序。
2
+
3
+示例 1:
4
5
+输入: "Let's take LeetCode contest"
6
+输出: "s'teL ekat edoCteeL tsetnoc"
7
+注意:在字符串中,每个单词由单个空格分隔,并且字符串中不会有任何额外的空格。
0 commit comments