Skip to content

Commit 97c4cce

Browse files
authored
Create 557. 反转字符串中的单词 III
1 parent a7ab6a7 commit 97c4cce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)