Skip to content

Commit 95aeea9

Browse files
authored
Update LeetCode第231号问题:2的幂.md
1 parent fdee9bf commit 95aeea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notes/LeetCode第231号问题:2的幂.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
```
1616
输入: 1
1717
输出: true
18-
解释: 20 = 1
18+
解释: 2^0 = 1
1919
```
2020

2121
**示例 2:**
2222

2323
```
2424
输入: 16
2525
输出: true
26-
解释: 24 = 16
26+
解释: 2^4 = 16
2727
```
2828

2929
**示例 3:**
@@ -80,4 +80,4 @@ public:
8080

8181

8282

83-
![](https://bucket-1257126549.cos.ap-guangzhou.myqcloud.com/blog/fz0rq.png)
83+
![](https://bucket-1257126549.cos.ap-guangzhou.myqcloud.com/blog/fz0rq.png)

0 commit comments

Comments
 (0)