LeetCode刷题

public boolean idempotent(n){

 return (n & (n - 1))== 0;
}
相关文章
相关标签/搜索