Skip to content

Commit f901b65

Browse files
committed
Add code block for example
1 parent 7b619be commit f901b65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solution/029.Divide Two Integers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
返回被除数 dividend 除以除数 divisor 得到的商。
66

7+
```
78
示例 1:
89
910
输入: dividend = 10, divisor = 3
@@ -13,6 +14,7 @@
1314
1415
输入: dividend = 7, divisor = -3
1516
输出: -2
17+
```
1618

1719
说明:
1820

0 commit comments

Comments
 (0)