mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
存量题库数据更新
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<p>Return <em>the number of rods that have <strong>all three colors</strong> of rings on them.</em></p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/11/23/ex1final.png" style="width: 258px; height: 130px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> rings = "B0B6G0R6R0R6G9"
|
||||
@@ -24,7 +24,7 @@
|
||||
Thus, the number of rods with all three colors is 1.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/11/23/ex2final.png" style="width: 266px; height: 130px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> rings = "B0R0G0R9R0B0G0"
|
||||
@@ -35,7 +35,7 @@ Thus, the number of rods with all three colors is 1.
|
||||
Thus, the number of rods with all three colors is 1.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> rings = "G4"
|
||||
|
Reference in New Issue
Block a user