1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-12 02:41:42 +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

@@ -2,7 +2,7 @@
<p>这三个整数表示你有&nbsp;<code>x</code>&nbsp;&nbsp;<code>"AA"</code>&nbsp;字符串,<code>y</code>&nbsp;&nbsp;<code>"BB"</code>&nbsp;字符串,和&nbsp;<code>z</code>&nbsp;&nbsp;<code>"AB"</code>&nbsp;字符串。你需要选择这些字符串中的部分字符串(可以全部选择也可以一个都不选择),将它们按顺序连接得到一个新的字符串。新字符串不能包含子字符串&nbsp;<code>"AAA"</code>&nbsp;或者&nbsp;<code>"BBB"</code>&nbsp;</p>
<p>请你返回新字符串的最大可能长度。</p>
<p>请你返回 <em>新字符串的最大可能长度。</em></p>
<p><strong>子字符串</strong>&nbsp;是一个字符串中一段连续 <strong>非空</strong>&nbsp;的字符序列。</p>