mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p>Return <em>the <strong>capitalized</strong> </em><code>title</code>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> title = "capiTalIze tHe titLe"
|
||||
@@ -17,7 +17,7 @@
|
||||
Since all the words have a length of at least 3, the first letter of each word is uppercase, and the remaining letters are lowercase.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> title = "First leTTeR of EACH Word"
|
||||
@@ -27,7 +27,7 @@ The word "of" has length 2, so it is all lowercase.
|
||||
The remaining words have a length of at least 3, so the first letter of each remaining word is uppercase, and the remaining letters are lowercase.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> title = "i lOve leetcode"
|
||||
|
Reference in New Issue
Block a user