
数字表示
文章平均质量分 69
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 166. Fraction to Recurring Decimal(循环小数)
原题网址:https://leetcode.com/problems/fraction-to-recurring-decimal/ Given two integers representing the numerator and denominator of a fraction, return the fraction in string format. If the frac原创 2016-05-25 01:39:57 · 1070 阅读 · 0 评论 -
LeetCode 12. Integer to Roman(阿拉伯转罗马数字)
原题网址:https://leetcode.com/problems/integer-to-roman/ Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. 方法:理解罗马数字的规律。二分法。 public clas原创 2016-05-19 05:27:37 · 483 阅读 · 0 评论