mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 09:21:40 +08:00
存量题库数据更新
This commit is contained in:
@@ -9,20 +9,20 @@
|
||||
<p><strong>示例 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>s = <code>"egg", </code>t = <code>"add"</code>
|
||||
<strong>输入:</strong>s = <code>"egg"</code>, t = <code>"add"</code>
|
||||
<strong>输出:</strong>true
|
||||
</pre>
|
||||
|
||||
<p><strong>示例 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>s = <code>"foo", </code>t = <code>"bar"</code>
|
||||
<strong>输入:</strong>s = <code>"foo"</code>, t = <code>"bar"</code>
|
||||
<strong>输出:</strong>false</pre>
|
||||
|
||||
<p><strong>示例 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>输入:</strong>s = <code>"paper", </code>t = <code>"title"</code>
|
||||
<strong>输入:</strong>s = <code>"paper"</code>, t = <code>"title"</code>
|
||||
<strong>输出:</strong>true</pre>
|
||||
|
||||
<p> </p>
|
||||
|
Reference in New Issue
Block a user