Problem Description

Task: return lowest set bit value (like x & -x). If x==0 return 0.

Input Format

Java method

Output Format

Return value

Constraints

Works for signed int.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next