1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-11 10:21:43 +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

@@ -8,7 +8,7 @@
<p>返回表示修改后句子的字符串。</p>
<p>注意:所有价格 <strong>最多</strong>&nbsp; <code>10</code> 位数字。</p>
<p>注意:所有价格 <strong>最多</strong>&nbsp;<code>10</code> 位数字。</p>
<p>&nbsp;</p>
@@ -20,7 +20,7 @@
<strong>解释:</strong>
表示价格的单词是 "$1" 和 "$2" 。
- "$1" 减免 50% 为 "$0.50" ,所以 "$1" 替换为 "$0.50" 。
- "$2" 减免 50% 为 "$1" ,所以 "$1" 替换为 "$1.00" 。</pre>
- "$2" 减免 50% 为 "$1" ,所以 "$2" 替换为 "$1.00" 。</pre>
<p><strong>示例 2</strong></p>