2019年2月21日

13. Roman to Integer(罗马数字转换成数字)(leetcode)

摘要: 题目: Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two on 阅读全文

posted @ 2019-02-21 16:14 shaer 阅读(127) 评论(0) 推荐(0) 编辑

9. Palindrome Number(回文数)(leetcode)

摘要: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: Example 3: 阅读全文

posted @ 2019-02-21 14:18 shaer 阅读(168) 评论(0) 推荐(0) 编辑

导航