题目:https://leetcode.com/problems/roman-to-integer/
代码(github):https://github.com/illuz/leetcode
把罗马数转为十进制。
跟 012. Integer to Roman (Medium) 一样,只要知道转化规则就行了。
题目:https://leetcode.com/problems/roman-to-integer/
代码(github):https://github.com/illuz/leetcode
把罗马数转为十进制。
跟 012. Integer to Roman (Medium) 一样,只要知道转化规则就行了。