Description
Starting with a positive integer N, we reorder the digits in any order (including the original order) such that the leading digit is not zero.
Return true if and only if we can do this in a way such that the resulting number is a power of 2.
题目链接:https://leetcode.com/problems/reordered-power-of-2/