mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<p>Return <em>the number of query strings that are <strong>stretchy</strong></em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> s = "heeellooo", words = ["hello", "hi", "helo"]
|
||||
@@ -26,7 +26,7 @@ We can extend "e" and "o" in the word "hello" to g
|
||||
We can't extend "helo" to get "heeellooo" because the group "ll" is not size 3 or more.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> s = "zzzzzyyyyy", words = ["zzyy","zy","zyy"]
|
||||
|
Reference in New Issue
Block a user