Problem 45267. Zero
given an integer a, find the smallest possible integer b(b>0) such that their bitwise logical AND is zero.
- if a=11(1011) then b=4(0100)
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers25
Suggested Problems
-
Program an exclusive OR operation with logical operators
749 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
Sum of diagonal of a square matrix
1629 Solvers
-
1224 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
337 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!