摘要:
leetcode算法题 pro12 整数转罗马数字 原题地址:https://leetcode-cn.com/problems/integer-to-roman/ 题目内容 罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值I 1V 5X 10L 50C 100D 500 阅读全文
摘要:
leetcode算法题 pro1269 停在原地的方案数 原题地址:https://leetcode-cn.com/problems/number-of-ways-to-stay-in-the-same-place-after-some-steps/ 题目描述 有一个长度为 arrLen 的数组,开 阅读全文