2016年10月30日
摘要: 题目: Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. 思路: 主要是了解罗马数和阿拉伯数字的对应关系,如下表: 由这个表基本上可以 阅读全文
posted @ 2016-10-30 20:24 一只笨笨鸟 阅读(262) 评论(0) 推荐(0)