mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 10:51:42 +08:00
批量更新数据
This commit is contained in:
@@ -54,7 +54,7 @@ encrypter.decrypt("eizfeiam"); // return 2.
|
||||
<li><code>1 <= dictionary[i].length <= 100</code></li>
|
||||
<li>All <code>keys[i]</code> and <code>dictionary[i]</code> are <strong>unique</strong>.</li>
|
||||
<li><code>1 <= word1.length <= 2000</code></li>
|
||||
<li><code>1 <= word2.length <= 200</code></li>
|
||||
<li><code>2 <= word2.length <= 200</code></li>
|
||||
<li>All <code>word1[i]</code> appear in <code>keys</code>.</li>
|
||||
<li><code>word2.length</code> is even.</li>
|
||||
<li><code>keys</code>, <code>values[i]</code>, <code>dictionary[i]</code>, <code>word1</code>, and <code>word2</code> only contain lowercase English letters.</li>
|
||||
|
Reference in New Issue
Block a user