Convert from decimal representation to Binary Code Decimal (or BCD) representation.
Examples
So 5 becomes '0101'
12 is '00010010' (because 1 is '0001' and 2 is '0010')
156 is '000101010110'
Given an unsigned integer x, find the largest y by rearranging the bits in x
524 Solvers
406 Solvers
177 Solvers
213 Solvers
Is this triangle right-angled?
1918 Solvers