0013 - TommyFu/leetcode-javascript GitHub Wiki

Roman to Integer

https://leetcode.com/problems/roman-to-integer/

罗马数字转阿拉伯数字。

从后往前扫,如果当前的数大于之前的数,加上这个数,反之减去当前的数。

⚠️ **GitHub.com Fallback** ⚠️