摘要: 题目描述:Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999. 这道题很简单,我就直接贴答案了。solution1:int romanTo... 阅读全文
posted @ 2015-02-06 21:37 Sawyer Ford 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 题目描述:Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999. 这道题我必须炫一下,因为提交一次就成功了,而且代码很赞。solution:... 阅读全文
posted @ 2015-02-06 08:50 Sawyer Ford 阅读(146) 评论(0) 推荐(0) 编辑