Give me the count of numbers from 1 to n having their last two bits as 0.
For example
function y = ret_count(4)
y = x;
end
Here 4 means you have to check the numbers between 1 to 4.
So the answer will be 1 as binary value of 4 is 00000100.
Here n in the function is the number of numbers to be checked starting from 1.
14196 Solvers
Solve the set of simultaneous linear equations
172 Solvers
Change the sign of even index entries of the reversed vector
213 Solvers
Test if two numbers have the same digits
154 Solvers
243 Solvers
Solution 428736
shouldn't pass