1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-11 10:21:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -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>&nbsp;</p>
@@ -33,5 +32,5 @@
<ul>
<li><code>1 &lt;= s.length &lt;= 2000</code></li>
<li><code>s</code>&nbsp;由小写和/或大写英文字母组成</li>
<li><code>s</code>&nbsp;只由小写 <strong>和/或</strong> 大写英文字母组成</li>
</ul>