mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-10 09:51:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<p>The test cases are generated so that all the values in the output fit in a <strong>32-bit</strong> integer.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> formula = "H2O"
|
||||
@@ -33,7 +33,7 @@
|
||||
<strong>Explanation:</strong> The count of elements are {'H': 2, 'O': 1}.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> formula = "Mg(OH)2"
|
||||
@@ -41,7 +41,7 @@
|
||||
<strong>Explanation:</strong> The count of elements are {'H': 2, 'Mg': 1, 'O': 2}.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> formula = "K4(ON(SO3)2)2"
|
||||
|
Reference in New Issue
Block a user