Problem of the day
Current streak:
0 days
Longest streak:
22 days
Less
More
double result = Math.log(n) / Math.log(2);
return result==Math.round(result);