mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 10:21:43 +08:00
批量更新数据
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<p>返回表示修改后句子的字符串。</p>
|
||||
|
||||
<p>注意:所有价格 <strong>最多</strong> 为 <code>10</code> 位数字。</p>
|
||||
<p>注意:所有价格 <strong>最多</strong> 为 <code>10</code> 位数字。</p>
|
||||
|
||||
<p> </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>
|
||||
|
||||
|
Reference in New Issue
Block a user