mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 10:21:43 +08:00
存量题库数据更新
This commit is contained in:
@@ -17,15 +17,14 @@
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>s = "a"
|
||||
<strong>输入:</strong>1
|
||||
<strong>输出:</strong>1
|
||||
</pre>
|
||||
|
||||
<p><strong>示例 3:</strong></p>
|
||||
<p><strong>示例 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>s = "bb"
|
||||
<strong>输入:</strong> 2
|
||||
</pre>
|
||||
<strong>输入:</strong>s = "aaaaaccc"
|
||||
<strong>输出:</strong>7</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
@@ -33,5 +32,5 @@
|
||||
|
||||
<ul>
|
||||
<li><code>1 <= s.length <= 2000</code></li>
|
||||
<li><code>s</code> 只能由小写和/或大写英文字母组成</li>
|
||||
<li><code>s</code> 只由小写 <strong>和/或</strong> 大写英文字母组成</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user