mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 19:01:47 +08:00
批量更新数据
This commit is contained in:
@@ -22,8 +22,8 @@ b<sub>prefix</sub> = "", b<sub>suffix</sub> = "y"
|
||||
<p><strong>示例 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>a = "abdef", b = "fecab"
|
||||
<strong>输出:</strong>true
|
||||
<strong>输入:</strong>a = "xbdef", b = "xecab"
|
||||
<strong>输出:</strong>false
|
||||
</pre>
|
||||
|
||||
<p><strong>示例 3:</strong></p>
|
||||
|
Reference in New Issue
Block a user