LeetCode上作題之體會(三)

一、判斷一個數能不能被4開方 Power of Four Given an integer (signed 32 bits), write a function to check whether it is a power of 4. Example: Given num = 16, return true. Given num = 5, return false. Follow up: Coul
相關文章
相關標籤/搜索