[UVA] 759 - The Return of the Roman Empire
The Return of the Roman Empire
Input and Output
Write a program that accepts Roman numerals (one per line) and converts them to
decimal form.
Remember, I=1, V=5, X=10, L=50, C=100, D=500, and M=1000. Furthermore, there
are the follo...