Day1 Roman to Integer

LeetCode 13Roman to Integer Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. 思路很簡單,只需要掌握羅馬數字的計算規則就行了;羅馬數字共有7個,I=1,V=5,X=10,L=50,C=100;D=500,M
相關文章
相關標籤/搜索