Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
LeetCodeAnimation
Commits
4bc2b55a
Unverified
Commit
4bc2b55a
authored
May 21, 2019
by
程序员吴师兄
Committed by
GitHub
May 21, 2019
Browse files
Merge pull request #24 from mickeyouyou/patch-2
Update LeetCode No.231:pow of 2
parents
fdee9bf6
95aeea99
Changes
1
Hide whitespace changes
Inline
Side-by-side
notes/LeetCode第231号问题:2的幂.md
View file @
4bc2b55a
...
...
@@ -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:

\ No newline at end of file

Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment