Skip to content

Commit 278e7b9

Browse files
authored
fix: update example data (#795)
1 parent afb406c commit 278e7b9

File tree

1 file changed

+1
-1
lines changed
  • lcof2/剑指 Offer II 001. 整数除法

1 file changed

+1
-1
lines changed

lcof2/剑指 Offer II 001. 整数除法/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<pre>
3131
<strong>输入:</strong>a = 7, b = -3
32-
<strong>输出:</strong><span style="white-space: pre-wrap;">0</span>
32+
<strong>输出:</strong><span style="white-space: pre-wrap;">-2</span>
3333
<strong><span style="white-space: pre-wrap;">解释:</span></strong>7/-3 = truncate(-2.33333..) = -2</pre>
3434

3535
<p><strong>示例 3:</strong></p>

0 commit comments

Comments
 (0)