[UVA][DP] 12063 - Zeros and Ones
Binary numbers and their pattern of bits are always very interesting to computer programmers.
In this problem you need to count the number of positive binary numbers that
have the following properties:
The numbers are exactly N bits wide and they have no leading zeros....