It might help to put in the variable x.
good job yar
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
assert(isequal(times2(1),2));
|
2 | Fail |
%%
assert(isequal(times2(11),22));
|
3 | Fail |
%%
assert(isequal(times2(-3),-6));
|
4 | Fail |
%%
assert(isequal(times2(29),58));
|
Given an unsigned integer x, find the largest y by rearranging the bits in x
524 Solvers
Getting the absolute index from a matrix
177 Solvers
Set the array elements whose value is 13 to 0
751 Solvers
196 Solvers
263 Solvers