Skip to content

Files

Latest commit

Jun 14, 2019
cb2eb32 · Jun 14, 2019

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 14, 2019
Jun 14, 2019

Given three 32-bit integers x, y, and b, return x if b is 1 and y if b is 0, using only mathematical or bit operations. You can assume b can only be 1 or 0.