摘要:
## 题目 >Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their n 阅读全文
摘要:
只要明白了罗马数字的基本道理,把罗马数字转为整数其实很简单,罗马数字有I V X L C D M 组成,分别代表1,5, 10, 50,100,500,1000然后这几个字母在一块组成一个数.字母组合的规则有两个:- 1.假如左边的字母代表的数比右边的字母代表的数小,那么这个字母代表的数为本来的相反 阅读全文