Unverified Commit 95aeea99 authored by Zongbao Feng's avatar Zongbao Feng Committed by GitHub
Browse files

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

parent fdee9bf6
......@@ -15,7 +15,7 @@
```
输入: 1
输出: true
解释: 20 = 1
解释: 2^0 = 1
```
**示例 2:**
......@@ -23,7 +23,7 @@
```
输入: 16
输出: true
解释: 24 = 16
解释: 2^4 = 16
```
**示例 3:**
......@@ -80,4 +80,4 @@ public:
![](https://bucket-1257126549.cos.ap-guangzhou.myqcloud.com/blog/fz0rq.png)
\ No newline at end of file
![](https://bucket-1257126549.cos.ap-guangzhou.myqcloud.com/blog/fz0rq.png)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment