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:**
......
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