mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-19 12:06:48 +08:00
存量题库数据更新
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> version1 = "1.01", version2 = "1.001"
|
||||
@@ -24,7 +24,7 @@
|
||||
<strong>Explanation:</strong> Ignoring leading zeroes, both "01" and "001" represent the same integer "1".
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> version1 = "1.0", version2 = "1.0.0"
|
||||
@@ -32,7 +32,7 @@
|
||||
<strong>Explanation:</strong> version1 does not specify revision 2, which means it is treated as "0".
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> version1 = "0.1", version2 = "1.1"
|
||||
|
Reference in New Issue
Block a user