13. Roman to Integer Given a roman numeral, convert it to an integer.给一个罗马数字,将它转换为数字 Input is guaranteed to be within the range from 1 to 3999.输入的数字保证在1到3999之间 什么是罗马数字? Solution