1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-12 10:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

批量更新数据

This commit is contained in:
2025-01-09 20:29:41 +08:00
parent 04ecea043d
commit 48cdd06c2b
5053 changed files with 156164 additions and 135322 deletions

View File

@@ -1,6 +1,6 @@
<p>Alice 在给 Bob 用手机打字。数字到字母的 <strong>对应</strong>&nbsp;如下图所示。</p>
<p><img alt="" src="https://assets.leetcode.com/uploads/2022/03/15/1200px-telephone-keypad2svg.png" style="width: 200px; height: 162px;"></p>
<p><img alt="" src="https://pic.leetcode.cn/1722224025-gsUAIv-image.png" style="width: 200px; height: 162px;" /></p>
<p>为了 <strong>打出</strong>&nbsp;一个字母Alice 需要 <strong></strong>&nbsp;对应字母 <code>i</code>&nbsp;次,<code>i</code>&nbsp;是该字母在这个按键上所处的位置。</p>
@@ -23,7 +23,8 @@
<p><strong>示例 1</strong></p>
<pre><b>输入:</b>pressedKeys = "22233"
<pre>
<b>输入:</b>pressedKeys = "22233"
<b>输出:</b>8
<strong>解释:</strong>
Alice 可能发出的文字信息包括:
@@ -33,7 +34,8 @@ Alice 可能发出的文字信息包括:
<p><strong>示例 2</strong></p>
<pre><b>输入:</b>pressedKeys = "222222222222222222222222222222222222"
<pre>
<b>输入:</b>pressedKeys = "222222222222222222222222222222222222"
<b>输出:</b>82876089
<strong>解释:</strong>
总共有 2082876103 种 Alice 可能发出的文字信息。