
leetcode
cy1046090768
这个作者很懒,什么都没留下…
展开
-
LeetCode Integer to Roman
题目:Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999.Subscribe to see which companies asked this question整数转为罗马数字: 参照罗马数字转整数的规则,可在罗马数字与整数之间建立一个映原创 2016-02-21 08:37:53 · 531 阅读 · 0 评论 -
LeetCode Roman to Integer
题目Convert a non-negative integer to its english words representation. Given input is guaranteed tobe less than 231 - 1.For example,123 -> “One Hundred Twenty Three”12345 -> “Twelve Thousand Three Hundr原创 2016-02-21 09:01:35 · 497 阅读 · 0 评论