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

126 Solutions

25 Solvers

Last Solution submitted on Jan 03, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...