1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-12 17:05:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2025-09-29 14:43:44 +08:00
parent 2862a227c4
commit 13f2098086
4409 changed files with 168933 additions and 166256 deletions

View File

@@ -14,7 +14,7 @@
<p>&nbsp;</p>
<p><strong>示例1:</strong></p>
<p><strong>示例 1</strong></p>
<pre>
<strong> 输入</strong>length = 1, w = 32, x1 = 30, x2 = 31, y = 0
@@ -22,7 +22,7 @@
<strong> 解释</strong>:在第 0 行的第 30 位到第 31 位画一条直线,屏幕二进制形式表示为 [00000000000000000000000000000011],因此返回 [3]
</pre>
<p><strong>示例2:</strong></p>
<p><strong>示例 2</strong></p>
<pre>
<strong> 输入</strong>length = 3, w = 96, x1 = 0, x2 = 95, y = 0