摘要: Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.public class Solution { /** * The algorit... 阅读全文
posted @ 2014-06-23 12:19 Averill Zheng 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999.public class Solution { public String int... 阅读全文
posted @ 2014-06-23 11:54 Averill Zheng 阅读(165) 评论(0) 推荐(0) 编辑