摘要: 1047. Remove All Adjacent Duplicates In String(删除字符串中的所有相邻重复项) 链接:https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in-string/ 题目: 给出由小写 阅读全文
posted @ 2019-07-21 10:32 cheng102e 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 12. Integer to Roman(整数转罗马数字) 链接:https://leetcode-cn.com/problems/integer-to-roman/ 题目: 罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值 I 1 V 5 X 10 L 50 C 10 阅读全文
posted @ 2019-07-21 09:43 cheng102e 阅读(190) 评论(0) 推荐(0) 编辑