[UVA][字串分析] 10442 - Basic
Problem D: Basic
The programming language Ada has integer constants that look like this:
123, 8#123#, 16#abc#. These constants represent the integers 123,
83 (123 base 8) and 2739 (abc base 16). More precisely, an integer
may be a decimal integer given as a sequence of o...