Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1884;
y = 1;
assert(isequal(leap(x),y))
|
2 | Pass |
x = 3;
y = 0;
assert(isequal(leap(x),y))
|
3 | Pass |
x = 522;
y = 0;
assert(isequal(leap(x),y))
|
1105 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
525 Solvers
14998 Solvers
480 Solvers
245 Solvers