mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<p>Return <em>the total number of laser beams in the bank</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/12/24/laser1.jpg" style="width: 400px; height: 368px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> bank = ["011001","000000","010100","001000"]
|
||||
@@ -30,7 +30,7 @@ Note that there is no beam between any device on the 0<sup>th</sup> row with any
|
||||
This is because the 2<sup>nd</sup> row contains security devices, which breaks the second condition.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2021/12/24/laser2.jpg" style="width: 244px; height: 325px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> bank = ["000","111","000"]
|
||||
|
Reference in New Issue
Block a user