LeetCode Easy: 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. 二、思路解析 罗马数规则如下: 将数字和字符串对应,当然需要用到字典,循环 阅读全文
posted @ 2018-03-18 11:16 乐晓东随笔 阅读(115) 评论(0) 推荐(0) 编辑