[UVA] 10705 - The Fun Number System
Problem A
The Fun Number System
Input: standard input
Output: standard output
Time Limit: 1 second
In a k bit 2’s complement number,
where the bits are indexed from 0 to k –1, the weight of the most
significant bit (i.e., in position k –1), is –2k–1 , an...