[UVA][遞迴] 12208 - How Many Ones Needed?
To write binary numbers we need
only two digits ‘0’ and ‘1’. To write a specific value we need a fixed number
of ones, but of course number of zeroes may vary because of leading zeroes. For
example to write values between 5 and 10 (inclusive) we need ...