LeetCode刷題

public boolean idempotent(n){

 return (n & (n - 1))== 0;
}
相關文章
相關標籤/搜索